From 403bcd7509498638b6e34d38eb29e1c3620917c9 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sun, 6 Jun 2021 12:56:44 -0600 Subject: finish base art page and upload first post --- art/plt/tag.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'art/plt/tag.html') diff --git a/art/plt/tag.html b/art/plt/tag.html index d379590..f3d5999 100644 --- a/art/plt/tag.html +++ b/art/plt/tag.html @@ -1,18 +1,18 @@ {%extends "base.html"%} {%block html_lang%}en{%endblock html_lang%} -{%block head_title%}Posts filtered by {{tag[0]}}{%endblock head_title%} -{%block head_description%}Posts filtered by {{tag[0]}}{%endblock head_description%} +{%block head_title%}Art filtered by {{tag[0]}}{%endblock head_title%} +{%block head_description%}Art filtered by {{tag[0]}}{%endblock head_description%} {%block head_og%} - + - + {%endblock head_og%} {%block content%} -

Posts filtered by {{tag[0]}}

+

Art filtered by {{tag[0]}}

{%import "page_list.html" as page_list%} {{page_list.print(tag_pages)}} -- cgit v1.2.3-54-g00ecf