From e07ab67bf95ea7e65828e373c731b6cdf984a7de Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 24 Jan 2021 01:42:03 +0100 Subject: Moved to altenator and DO --- templates/index.twig | 52 --------------------------- templates/page.twig | 52 --------------------------- templates/partials/navigation.twig | 7 ---- templates/partials/posts.twig | 8 ----- templates/partials/preconnect.twig | 2 -- templates/partials/projects.twig | 8 ----- templates/post.twig | 73 -------------------------------------- 7 files changed, 202 deletions(-) delete mode 100644 templates/index.twig delete mode 100644 templates/page.twig delete mode 100644 templates/partials/navigation.twig delete mode 100644 templates/partials/posts.twig delete mode 100644 templates/partials/preconnect.twig delete mode 100644 templates/partials/projects.twig delete mode 100644 templates/post.twig (limited to 'templates') diff --git a/templates/index.twig b/templates/index.twig deleted file mode 100644 index f51a793..0000000 --- a/templates/index.twig +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - {% include "partials/preconnect.twig" %} - - {{ global.title }} - - - - - - - - - - - - - - - - - - -
- - {% include "partials/navigation.twig" %} - -

Posts

- {% include "partials/posts.twig" %} - - -

Side projects

- {% include "partials/projects.twig" %} - -
- - - {{ global.ga }} - - - - diff --git a/templates/page.twig b/templates/page.twig deleted file mode 100644 index 9e8773e..0000000 --- a/templates/page.twig +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - {% include "partials/preconnect.twig" %} - - {{ options.title }} - - - - - - - - - - - - - - - - - - -
- - {% include "partials/navigation.twig" %} - -
-
-

{{ options.title }}

-
- {{ content }} -
- -
- - - {{ global.ga }} - - - - diff --git a/templates/partials/navigation.twig b/templates/partials/navigation.twig deleted file mode 100644 index 32a3814..0000000 --- a/templates/partials/navigation.twig +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/templates/partials/posts.twig b/templates/partials/posts.twig deleted file mode 100644 index b900ef6..0000000 --- a/templates/partials/posts.twig +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/templates/partials/preconnect.twig b/templates/partials/preconnect.twig deleted file mode 100644 index 800053e..0000000 --- a/templates/partials/preconnect.twig +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/templates/partials/projects.twig b/templates/partials/projects.twig deleted file mode 100644 index 1601dce..0000000 --- a/templates/partials/projects.twig +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/templates/post.twig b/templates/post.twig deleted file mode 100644 index 92e7d28..0000000 --- a/templates/post.twig +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - {% include "partials/preconnect.twig" %} - - {{ options.title }} - - - - - - - - - - - - - - - - - - -
- - {% include "partials/navigation.twig" %} - -
-
-

{{ options.title }}

-
- - by {{ global.author }} -
-
- - {% if options.hide == 'true' %} -
Draft
- {% endif %} - - {{ content }} - - {#
- - #} - -
- -
- - - {{ global.highlight }} - - - {{ global.ga }} - - - - -- cgit v1.2.3