diff options
author | EuAndreh <eu@euandre.org> | 2020-02-12 09:26:16 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-12 09:26:16 -0300 |
commit | 381ac1fc3d98ecd0b6f5215c54f907eac6d2b873 (patch) | |
tree | 1f1cd3dfbcc09dd6712e0a57e8e1ea458bd51274 /_layouts/default.html | |
parent | Sort pastebins listing by date (diff) | |
download | euandre.org-381ac1fc3d98ecd0b6f5215c54f907eac6d2b873.tar.gz euandre.org-381ac1fc3d98ecd0b6f5215c54f907eac6d2b873.tar.xz |
html tidy wip
Diffstat (limited to '')
-rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 1ff8c1d..6416f57 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -57,7 +57,7 @@ </header> <main> - <h1>{{ page.title }}</h1> + {% if page.title %}<h1>{{ page.title }}</h1>{% endif %} {{ content }} </main> |