feat: improve blog index and each post preview
ci/woodpecker/pr/woodpecker Pipeline failed Details

pull/20/head
Aravinth Manivannan 2022-05-10 23:17:41 +05:30
parent eb44c591e9
commit 186c6bf984
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{% extends "base.html" %} {% block meta %}
{% set title = "Posts" %}
{% set description = title %}
{% set description = "The Hostea Blog: we write about Gitea, Free Software and the general forge ecosystem" %}
{{ macros::get_meta_tags(title=title, description=description) }}
{% endblock meta %} {% block content %}

View File

@ -1,6 +1,6 @@
{% extends "base.html" %} {% block meta %}
{% set description = page.title %}
{% set description = page.description %}
{{ macros::get_meta_tags(title=page.title, description=description) }}
{% endblock meta %} {% block content %}