Merge pull request 'feat: improve blog index and each post preview' (#20) from realaravinth/hostea-website:master into master

Reviewed-on: https://gitea.hostea.org/Hostea/website/pulls/20
master
Loïc Dachary 2022-05-11 05:58:34 -04:00
commit 4bfb59d80b
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 %}