From f2756e2f16fec569274e32fe890a28ca4e5ab3a5 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 30 Dec 2019 18:56:16 -0300 Subject: [PATCH] Fix a bunch of misplaced characters --- templates/index.html | 2 +- templates/macros/post.html | 2 +- templates/page.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index fb2d5f5..dd8a5d2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,7 +7,7 @@ - {%- block title %}[ {{ config.title }} ]{% endblock title -%} + {%- block title %}{{ config.title }}{% endblock title -%} {{ head_macros::head(config=config) }} {%- if config.generate_rss %} diff --git a/templates/macros/post.html b/templates/macros/post.html index bd3c794..b514978 100644 --- a/templates/macros/post.html +++ b/templates/macros/post.html @@ -95,7 +95,7 @@ {%- set sep = " " -%} {% endif -%} {%- for tag in page.taxonomies.tags %} - #{{ tag }} #} + #{{ tag }} {%- if not loop.last %}{{ sep | safe }}{% endif -%} {% endfor -%} diff --git a/templates/page.html b/templates/page.html index 99d87f2..c953cd4 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,7 +1,7 @@ {% extends "index.html" %} {% block title %} - {{ super() }} {{ page.title }} + {{ super() }} | {{ page.title }} {% endblock %} {% block content %}