all repos — zola-bearblog @ b712446ecc9e6b58fdb96941129238b14580a8bd

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