all repos — zola-bearblog @ be8552ef29fc7b3aa2a2d9de541afe3ce9c24ec0

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 }}">