all repos — zola-bearblog @ 6069e04c138643f6b001b954b8dcca9a2040559b

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