all repos — zola-bearblog @ 709ee0253b443933df8e2acc3b884245bdb2c40e

Port of bear blog theme to zola

templates/seo_tags.html (view raw)

1
2
<meta name="title" content="{% if page.title %}{{ page.title }}{% else %}{{ config.title }}{% endif %}">
<meta name="description" content="{{ config.description }}" />