diff --git a/templates/article.html b/templates/article.html index 67f27db..216ffcf 100644 --- a/templates/article.html +++ b/templates/article.html @@ -53,7 +53,7 @@ written by: [ {% for auth in author %}{{ auth }}{% if loop.nextitem %}, {% endif colors

- page generated by gronk + page rendered by gronk

{% if license %}
diff --git a/templates/base.html b/templates/base.html index 80916f5..613ad2e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,6 +13,6 @@
{% block content %} {% endblock %} -

page generated by gronk

+

page rendered by gronk

diff --git a/templates/blog_index.html b/templates/blog_index.html index a041247..30af1be 100644 --- a/templates/blog_index.html +++ b/templates/blog_index.html @@ -18,7 +18,7 @@ colors

- page generated by gronk + page rendered by gronk

rss feed diff --git a/templates/permalink.html b/templates/permalink.html index 178a63a..8eaf67c 100644 --- a/templates/permalink.html +++ b/templates/permalink.html @@ -5,7 +5,7 @@ You should be being redirected... Otherwise, click here.

-

page generated by gronk

+

gronk

{% endblock %}