From 5c39d767ffbecefa447dac60b8f0adc0ef2064dc Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 10 Oct 2022 22:44:00 +0200 Subject: Moved repo to new machine --- themes/simple/layouts/404.html | 0 themes/simple/layouts/_default/baseof.html | 0 themes/simple/layouts/_default/list.html | 0 themes/simple/layouts/_default/rss.xml | 0 themes/simple/layouts/_default/single.html | 0 themes/simple/layouts/partials/comments.html | 0 themes/simple/layouts/partials/footer.html | 0 themes/simple/layouts/partials/head.html | 0 themes/simple/layouts/partials/header.html | 25 +++++++++++++++++++++++++ themes/simple/layouts/partials/navigation.html | 0 themes/simple/layouts/partials/tailwind.html | 0 11 files changed, 25 insertions(+) mode change 100644 => 100755 themes/simple/layouts/404.html mode change 100644 => 100755 themes/simple/layouts/_default/baseof.html mode change 100644 => 100755 themes/simple/layouts/_default/list.html mode change 100644 => 100755 themes/simple/layouts/_default/rss.xml mode change 100644 => 100755 themes/simple/layouts/_default/single.html mode change 100644 => 100755 themes/simple/layouts/partials/comments.html mode change 100644 => 100755 themes/simple/layouts/partials/footer.html mode change 100644 => 100755 themes/simple/layouts/partials/head.html create mode 100755 themes/simple/layouts/partials/header.html mode change 100644 => 100755 themes/simple/layouts/partials/navigation.html mode change 100644 => 100755 themes/simple/layouts/partials/tailwind.html (limited to 'themes/simple/layouts') diff --git a/themes/simple/layouts/404.html b/themes/simple/layouts/404.html old mode 100644 new mode 100755 diff --git a/themes/simple/layouts/_default/baseof.html b/themes/simple/layouts/_default/baseof.html old mode 100644 new mode 100755 diff --git a/themes/simple/layouts/_default/list.html b/themes/simple/layouts/_default/list.html old mode 100644 new mode 100755 diff --git a/themes/simple/layouts/_default/rss.xml b/themes/simple/layouts/_default/rss.xml old mode 100644 new mode 100755 diff --git a/themes/simple/layouts/_default/single.html b/themes/simple/layouts/_default/single.html old mode 100644 new mode 100755 diff --git a/themes/simple/layouts/partials/comments.html b/themes/simple/layouts/partials/comments.html old mode 100644 new mode 100755 diff --git a/themes/simple/layouts/partials/footer.html b/themes/simple/layouts/partials/footer.html old mode 100644 new mode 100755 diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html old mode 100644 new mode 100755 diff --git a/themes/simple/layouts/partials/header.html b/themes/simple/layouts/partials/header.html new file mode 100755 index 0000000..1b1f279 --- /dev/null +++ b/themes/simple/layouts/partials/header.html @@ -0,0 +1,25 @@ +
+
+

+ +

+ + +
+
diff --git a/themes/simple/layouts/partials/navigation.html b/themes/simple/layouts/partials/navigation.html old mode 100644 new mode 100755 diff --git a/themes/simple/layouts/partials/tailwind.html b/themes/simple/layouts/partials/tailwind.html old mode 100644 new mode 100755 -- cgit v1.2.3