all repos — zola-bearblog @ eed984fb5d48cd39a9444bee5d49e733cc4ee093

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