From 3f8d908fb59220187db0637af89f19c3d04525ae Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 18 Jun 2024 20:31:10 +0200 Subject: Fixed permissions --- templates/404.html | 0 templates/base.html | 0 templates/feed.xml | 0 templates/index.html | 0 templates/note.html | 0 templates/post.html | 0 6 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 templates/404.html mode change 100755 => 100644 templates/base.html mode change 100755 => 100644 templates/feed.xml mode change 100755 => 100644 templates/index.html mode change 100755 => 100644 templates/note.html mode change 100755 => 100644 templates/post.html (limited to 'templates') diff --git a/templates/404.html b/templates/404.html old mode 100755 new mode 100644 diff --git a/templates/base.html b/templates/base.html old mode 100755 new mode 100644 diff --git a/templates/feed.xml b/templates/feed.xml old mode 100755 new mode 100644 diff --git a/templates/index.html b/templates/index.html old mode 100755 new mode 100644 diff --git a/templates/note.html b/templates/note.html old mode 100755 new mode 100644 diff --git a/templates/post.html b/templates/post.html old mode 100755 new mode 100644 -- cgit v1.2.3