diff --git a/templates/article.html b/templates/article.html index d29f831..bc0e672 100644 --- a/templates/article.html +++ b/templates/article.html @@ -1,10 +1,10 @@ -Back to index +Back to index

{{ title }}

{%- autoescape false -%} diff --git a/templates/index.html b/templates/index.html index 18ed129..a3e8854 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,4 +1,4 @@ -RSS +RSS {%- autoescape false -%} {{ yocaml_body }} @@ -21,12 +21,12 @@
{{ article.date.human }} - {{ article.title }}
+ {{ article.title }}

{{ article.description }}

diff --git a/templates/layout.html b/templates/layout.html index 5ce1db5..c468297 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -8,10 +8,10 @@ Robur's blog{{ dash }}{{ title }} - - - - + + + +
diff --git a/templates/tags.html b/templates/tags.html index 5223b24..c720f77 100644 --- a/templates/tags.html +++ b/templates/tags.html @@ -13,7 +13,7 @@