all repos — zola-bearblog @ 099acbd690f8ae103cee08ed3e693ad7d7bc9ed6

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