all repos — zola-bearblog @ 7400b2527aa7689cec3ed6a8d3382d20c067d88d

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