Skip to content
Snippets Groups Projects
Commit fee75d7e authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Merge branch '32-remove-capitalization' into 'develop'

Removing capitalization

See merge request elixir/jekyll-elixir-theme!12
parents be317c70 a78fc165
No related branches found
No related tags found
2 merge requests!17Develop,!12Removing capitalization
......@@ -20,7 +20,7 @@ layout: default
<div id="right-column">
<header>
<h1>
<h1 class="no-caps">
{{ page.title | escape }}
{% if page.date %}<small>({{ page.date | date: '%F' }})</small>{% endif %}
</h1>
......
......@@ -10,3 +10,7 @@
flex-direction: row;
flex-wrap: wrap;
}
h1.no-caps {
text-transform: unset;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment