From 6affbfb0dd55c6d3c9874903ef144aa5679bdb58 Mon Sep 17 00:00:00 2001 From: Aren Siekmeier Date: Wed, 14 Dec 2022 23:56:24 +0900 Subject: [PATCH] fix permissions (#581) --- LICENSE.md | 0 archetypes/default.md | 0 layouts/404.html | 0 layouts/_default/baseof.html | 0 layouts/_default/list.html | 0 layouts/_default/single.html | 0 layouts/index.html | 0 layouts/partials/site-footer.html | 0 layouts/partials/site-header.html | 0 package.json | 0 theme.toml | 0 11 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 LICENSE.md mode change 100755 => 100644 archetypes/default.md mode change 100755 => 100644 layouts/404.html mode change 100755 => 100644 layouts/_default/baseof.html mode change 100755 => 100644 layouts/_default/list.html mode change 100755 => 100644 layouts/_default/single.html mode change 100755 => 100644 layouts/index.html mode change 100755 => 100644 layouts/partials/site-footer.html mode change 100755 => 100644 layouts/partials/site-header.html mode change 100755 => 100644 package.json mode change 100755 => 100644 theme.toml 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