diff --git a/config.toml b/config.toml index 8771c97..b7cb20b 100644 --- a/config.toml +++ b/config.toml @@ -45,6 +45,7 @@ internal_level = "warn" [extra] author = "Speyll" +display_author = true favicon = "favicon.ico" image = "" list_pages = false diff --git a/templates/blog-page.html b/templates/blog-page.html index e888520..5bb8d11 100644 --- a/templates/blog-page.html +++ b/templates/blog-page.html @@ -3,7 +3,9 @@ {% block content %}
../{{ page.slug }}
+{% if config.extra.author and config.extra.display_author == true %} +{% endif %}

{{ page.title }}

{% if page.toc and page.extra.toc %}