diff --git a/config.toml b/config.toml index 35c2607..cf6a11d 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ base_url = "https://timvisee.com" title = "Tim Visée" -description = "My personal blog" +description = "Personal portfolio and blog of Tim Visée" theme = "zenn" default_language = "en" diff --git a/themes/zenn/templates/site.html b/themes/zenn/templates/site.html index 573e891..6dd5662 100644 --- a/themes/zenn/templates/site.html +++ b/themes/zenn/templates/site.html @@ -11,6 +11,36 @@ + + + + {% if page.title %} + + {% elif section.title %} + + {% else %} + + {% endif %} + + {% if page.description %} + + {% elif section.description %} + + {% else %} + + {% endif %} + + {% set tags = get_taxonomy(kind="tags") %} + {% set keywords = [] %} + {% if tags.items | length > 0 %} + {%- for tag in tags.items -%} + {% set_global keywords = keywords | concat(with=tag.name) %} + {%- endfor -%} + {% endif %} + {% if keywords | length > 0 %} + + {% endif %} + {%- block title -%} {%- if page.title -%}