Add the ability to include page titles in HTML title element

This commit is contained in:
Paweł Romanowski 2023-01-28 12:28:30 +01:00
parent eb82877d3d
commit cfbcb940be
11 changed files with 68 additions and 3 deletions

View file

@ -1,5 +1,9 @@
{% extends "index.html" %}
{%- block title -%}
{{ title_macros::title(page_title=page.title, main_title=config.title) }}
{%- endblock -%}
{% block content %}
<div class="post">
{{ post_macros::header(page=page) }}