feat: Move blog title and description to the section index

This commit is contained in:
daudix-UFO
2023-10-20 00:14:15 +00:00
parent b4c5428159
commit 17ed382092
4 changed files with 4 additions and 6 deletions

View File

@ -1,9 +1,9 @@
{% extends "base.html" %}
{% block content %}
<h1>{{ config.extra.blog_title }}</h1>
<h1>{{ section.title }}</h1>
<p>{{ config.extra.blog_description }}</p>
<p>{{ section.description }}</p>
<small>
<a class="link-page" href="{{ config.base_url }}/tags">Filter by tag</a>