From 8e9ef5ba62b8bee028428384ad5666e245eb854c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 17 Feb 2019 21:53:36 +0100 Subject: content update --- _layouts/index.html | 59 ----------------------------------- _layouts/page.html | 50 ------------------------------ _layouts/post.html | 88 ----------------------------------------------------- 3 files changed, 197 deletions(-) delete mode 100644 _layouts/index.html delete mode 100644 _layouts/page.html delete mode 100644 _layouts/post.html (limited to '_layouts') diff --git a/_layouts/index.html b/_layouts/index.html deleted file mode 100644 index af720a9..0000000 --- a/_layouts/index.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - - {{ page.title }} - - - - - - - - - - - - - - - - - - - - - - {% include header.html %} - -
- {{ content }} - - -
- - {% include footer.html %} - - diff --git a/_layouts/page.html b/_layouts/page.html deleted file mode 100644 index 68de599..0000000 --- a/_layouts/page.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - {{ page.title }} - - - - - - - - - - - - - - - - - - - - - - {% include header.html %} - -
-

{{ page.title }}

- - {{ content }} -
- - {% include footer.html %} - - diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index d0d1319..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - - - - - - {{ page.title }} - - - - - - - - - - - - - - - - - - - - - - {% include header.html %} - -
- -

{{ page.title }}

- - - - {{ content }} - -
- - {% include footer.html %} - - - - - - \ No newline at end of file -- cgit v1.2.3