all repos — zola-bearblog @ 4b7e01f914a26f3f45dba77b951dd34a62eb0a6b

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