From ce37824c5260dd370c61cf174ea80ca7deeb1058 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 12 Apr 2024 13:24:23 +0200 Subject: more WIP transition --- _includes/head.html | 13 +++++++++++++ _includes/opengraph.html | 4 ++++ _includes/tags.html | 6 ++++++ _includes/title.html | 1 + 4 files changed, 24 insertions(+) create mode 100644 _includes/head.html create mode 100644 _includes/opengraph.html create mode 100644 _includes/tags.html create mode 100644 _includes/title.html (limited to '_includes') diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..09ade8d --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/_includes/opengraph.html b/_includes/opengraph.html new file mode 100644 index 0000000..7cb9517 --- /dev/null +++ b/_includes/opengraph.html @@ -0,0 +1,4 @@ + + + + diff --git a/_includes/tags.html b/_includes/tags.html new file mode 100644 index 0000000..c392d3a --- /dev/null +++ b/_includes/tags.html @@ -0,0 +1,6 @@ +
+ Tags: + {% for tag in include.tags %} + {{ tag }} + {% endfor %} +
diff --git a/_includes/title.html b/_includes/title.html new file mode 100644 index 0000000..40efd39 --- /dev/null +++ b/_includes/title.html @@ -0,0 +1 @@ +{{ page.title }} - {{ site.title }} -- cgit v1.2.3