summaryrefslogtreecommitdiff
path: root/plt/page.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-06-04 22:18:12 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-06-04 22:18:12 -0600
commit135c6380ad381762c89276bed4b8736e235529ff (patch)
tree3c138b8a541fcf228c034a2e93ba8ce49d218dd9 /plt/page.html
parent11b9e8505b8a92555cce6615f19268a620e9ce53 (diff)
move plt dir to be included in data
Diffstat (limited to 'plt/page.html')
-rw-r--r--plt/page.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/plt/page.html b/plt/page.html
deleted file mode 100644
index fefaaa6..0000000
--- a/plt/page.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html lang="{{page.lang}}">
- <head>
- <meta charset="utf-8">
- <base href="{{site_base_static_url}}">
- <title>{{page.title}} -- {{site_title}}</title>
- </head>
- <body>
- <h1>{{page.title}}</h1>
- <p>By {{page.author}}</p>
- <p>Created: {{page.cdate}}</p>
- {%if page.mdate is not none%}
- <p>Modified: {{page.mdate}}</p>
- {%endif%}
-
- {{page.content}}
-
- <p>Tags:
- {%for t in page.tags%}
- <a href="{{t[1]}}">{{t[0]}}</a>{{", " if not loop.last else ""}}
- {%endfor%}
- </p>
- </body>
-</html>
-