From 6affbfb0dd55c6d3c9874903ef144aa5679bdb58 Mon Sep 17 00:00:00 2001 From: Aren Siekmeier <aren.siekmeier@gmail.com> Date: Wed, 14 Dec 2022 14:56:24 +0000 Subject: [PATCH] fix permissions (#581) --- layouts/partials/site-footer.html | 0 layouts/_default/baseof.html | 0 layouts/_default/list.html | 0 layouts/_default/single.html | 0 layouts/partials/site-header.html | 0 theme.toml | 0 package.json | 0 layouts/404.html | 0 layouts/index.html | 0 LICENSE.md | 0 archetypes/default.md | 0 11 files changed, 0 insertions(+), 0 deletions(-) diff --git a/LICENSE.md b/LICENSE.md old mode 100755 new mode 100644 diff --git a/archetypes/default.md b/archetypes/default.md old mode 100755 new mode 100644 diff --git a/layouts/404.html b/layouts/404.html old mode 100755 new mode 100644 diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html old mode 100755 new mode 100644 diff --git a/layouts/_default/list.html b/layouts/_default/list.html old mode 100755 new mode 100644 diff --git a/layouts/_default/single.html b/layouts/_default/single.html old mode 100755 new mode 100644 diff --git a/layouts/index.html b/layouts/index.html old mode 100755 new mode 100644 diff --git a/layouts/partials/site-footer.html b/layouts/partials/site-footer.html old mode 100755 new mode 100644 diff --git a/layouts/partials/site-header.html b/layouts/partials/site-header.html old mode 100755 new mode 100644 diff --git a/package.json b/package.json old mode 100755 new mode 100644 diff --git a/theme.toml b/theme.toml old mode 100755 new mode 100644 -- Gitblit v1.10.0