From 2a56c19cb77382a8ee96c65645aed52349eacdaf Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 21 May 2023 03:49:51 +0200 Subject: Fixed permissions and added past for changing permissions --- 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/navigation.html | 0 9 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 themes/simple/layouts/404.html mode change 100755 => 100644 themes/simple/layouts/_default/baseof.html mode change 100755 => 100644 themes/simple/layouts/_default/list.html mode change 100755 => 100644 themes/simple/layouts/_default/rss.xml mode change 100755 => 100644 themes/simple/layouts/_default/single.html mode change 100755 => 100644 themes/simple/layouts/partials/comments.html mode change 100755 => 100644 themes/simple/layouts/partials/footer.html mode change 100755 => 100644 themes/simple/layouts/partials/head.html mode change 100755 => 100644 themes/simple/layouts/partials/navigation.html (limited to 'themes/simple/layouts') diff --git a/themes/simple/layouts/404.html b/themes/simple/layouts/404.html old mode 100755 new mode 100644 diff --git a/themes/simple/layouts/_default/baseof.html b/themes/simple/layouts/_default/baseof.html old mode 100755 new mode 100644 diff --git a/themes/simple/layouts/_default/list.html b/themes/simple/layouts/_default/list.html old mode 100755 new mode 100644 diff --git a/themes/simple/layouts/_default/rss.xml b/themes/simple/layouts/_default/rss.xml old mode 100755 new mode 100644 diff --git a/themes/simple/layouts/_default/single.html b/themes/simple/layouts/_default/single.html old mode 100755 new mode 100644 diff --git a/themes/simple/layouts/partials/comments.html b/themes/simple/layouts/partials/comments.html old mode 100755 new mode 100644 diff --git a/themes/simple/layouts/partials/footer.html b/themes/simple/layouts/partials/footer.html old mode 100755 new mode 100644 diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html old mode 100755 new mode 100644 diff --git a/themes/simple/layouts/partials/navigation.html b/themes/simple/layouts/partials/navigation.html old mode 100755 new mode 100644 -- cgit v1.2.3