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

Removing capitalization

parent be317c70
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ layout: default ...@@ -20,7 +20,7 @@ layout: default
<div id="right-column"> <div id="right-column">
<header> <header>
<h1> <h1 class="no-caps">
{{ page.title | escape }} {{ page.title | escape }}
{% if page.date %}<small>({{ page.date | date: '%F' }})</small>{% endif %} {% if page.date %}<small>({{ page.date | date: '%F' }})</small>{% endif %}
</h1> </h1>
......
...@@ -10,3 +10,7 @@ ...@@ -10,3 +10,7 @@
flex-direction: row; flex-direction: row;
flex-wrap: wrap; 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