From c455896ae9e69e2498742ff795e7886dee1ffa23 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 5 Feb 2021 09:55:25 +0100 Subject: Move source files into src --- _layouts/archive.html | 39 ----------------------------------- _layouts/default.html | 12 ----------- _layouts/language-war.html | 40 ------------------------------------ _layouts/post.html | 51 ---------------------------------------------- _layouts/project.html | 22 -------------------- 5 files changed, 164 deletions(-) delete mode 100644 _layouts/archive.html delete mode 100644 _layouts/default.html delete mode 100644 _layouts/language-war.html delete mode 100644 _layouts/post.html delete mode 100644 _layouts/project.html (limited to '_layouts') diff --git a/_layouts/archive.html b/_layouts/archive.html deleted file mode 100644 index c794c22..0000000 --- a/_layouts/archive.html +++ /dev/null @@ -1,39 +0,0 @@ ---- -layout: default ---- - -{% markdown %} -## Blog posts tagged with #{{ page.title | slugify }} -{% endmarkdown %} - -{% include posts-intro.md %} - -{% for post in page.posts %} - {% if post.wip %}{% continue %}{% endif %} - {% assign this_year = post.date | date: "%Y" %} - - {% if this_year != prev_year %} - {% if forloop.first != true %} - - {% endif %} - -

{{ this_year }}

- - {% endif %} - - {% assign prev_year = post.date | date: "%Y" %} -{% endfor %} diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index 228f4c7..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,12 +0,0 @@ - - -{% include head.html %} - -{% include header.html %} -
-
-{{ content }}
-
-{% include footer.html %} - - diff --git a/_layouts/language-war.html b/_layouts/language-war.html deleted file mode 100644 index 31f1085..0000000 --- a/_layouts/language-war.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - {% include head.html %} - - - - {% include header.html %} -
-
- {{ content }} -
- -
- {% include footer.html %} - - diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index d979adb..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,51 +0,0 @@ ---- -layout: default ---- - -
-
-

- {{ page.title }} - {% if page.wip %}Work in progress!{% endif %} -

- - {% for tag in page.tags %} - #{{ tag | slugify }} - {% endfor %} - -
-
- {{ content }} -
-
-

- - Creative Commons License - {% if page.social %} - - {% for media in page.social %} - - {{ media[0] }} - - {% endfor %} - {% endif %} -

- {% if page.authors %} -

- This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. - You can freely modify and redistribute this work as long as attribution to the author(s) remains: -

-
    - {% for author in page.authors %} -
  • - {% if author[1] %} - {{ author[0] }} - {% else %} - {{ author[0] }} - {% endif %} -
  • - {% endfor %} -
- {% endif %} -
-
diff --git a/_layouts/project.html b/_layouts/project.html deleted file mode 100644 index e85b209..0000000 --- a/_layouts/project.html +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: default ---- - -
-
-

{{ page.title }}

-
-
- {{ content }} -
- -
-- cgit v1.1