all repos — zola-bearblog @ 6b6063a91d84346a9f3d6d2dfb46810235af7b5c

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