all repos — zola-bearblog @ c13e8af6e06120e916cc58bf95fdada09d7cc9c8

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