From 7e49db5ddefe8c515b5f3931a5c701efaac33d91 Mon Sep 17 00:00:00 2001
From: David Luevano Alvarado <david@luevano.xyz>
Date: Fri, 16 Dec 2022 17:45:03 -0600
Subject: change structure for new pyssg version

---
 art/plt/page.html | 33 ---------------------------------
 1 file changed, 33 deletions(-)
 delete mode 100644 art/plt/page.html

(limited to 'art/plt/page.html')

diff --git a/art/plt/page.html b/art/plt/page.html
deleted file mode 100644
index 536f4d0..0000000
--- a/art/plt/page.html
+++ /dev/null
@@ -1,33 +0,0 @@
-{%extends "base.html"%}
-{%block html_lang%}{{page.lang}}{%endblock html_lang%}
-{%block head_title%}{{page.title}}{%endblock head_title%}
-{%block head_description%}{{page.summary}}{%endblock head_description%}
-{%block head_og%}
-  <meta property="og:title" content="{{page.title}} -- {{config.get("info", "title")}}"/>
-  <meta property="og:type" content="article"/>
-  <meta property="og:url" content="{{page.url}}"/>
-  <meta property="og:image" content="{{page.image_url}}"/>
-  <meta property="og:description" content="{{page.summary}}"/>
-  <meta property="og:locale" content="{{page.lang}}"/>
-  <meta property="og:site_name" content="{{config.get("info", "title")}}"/>
-{%endblock head_og%}
-{%block content%}
-  <h1>{{page.title}}</h1>
-
-  <a class="zoom-in" href="{{page.image_url}}" alt="See raw.">
-    <img src="{{page.image_url}}" alt="{{page.summary}}">
-  </a>
-
-  {{page.content}}
-
-  {%import "art_nav.html" as art_nav%}
-  {{art_nav.print(page, config)}}
-
-  <hr>
-  <div class="art-info">
-    <p>By: {{page.author}}</p>
-    <p>Posted: {{page.cdate}}</p>
-    {%import "tag_list.html" as tag_list%}
-    {{tag_list.print(page.tags)}}
-  </div>
-{%endblock content%}
-- 
cgit v1.2.3-70-g09d2