diff --git a/sass/style.scss b/sass/style.scss index 260dbc2..c027b15 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -150,9 +150,11 @@ main { color: $article-color; } - h3 { + .title { margin: 1em .8em .5em .8em; text-align: center; + font-size: 1.1em; + font-weight: bold; } .date { diff --git a/templates/macros.html b/templates/macros.html index 0ba4667..c977835 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -19,7 +19,7 @@ {% endfor %} {% set image = resize_image(path=image, width=300, height=300, op="fill") %} {{ recipe.title }} -

{{ recipe.title }}

+
{{ recipe.title }}
{% if recipe.date %}{{ recipe.date | date(format="%d.%m.%Y") }}{% endif %}