From 03122d01e7d3b127a3f5f9384e9cee24287603bf Mon Sep 17 00:00:00 2001 From: Alexander Koch Date: Tue, 28 Feb 2017 16:29:44 +0100 Subject: [PATCH] Fix file modes Remove executable bit from template files. --- static/css/bootstrap.css | 0 static/css/bootstrap.min.css | 0 static/css/clean-blog.css | 0 static/css/clean-blog.min.css | 0 static/fonts/glyphicons-halflings-regular.eot | Bin static/fonts/glyphicons-halflings-regular.svg | 0 static/fonts/glyphicons-halflings-regular.ttf | Bin static/fonts/glyphicons-halflings-regular.woff | Bin static/images/about-bg.jpg | Bin static/images/contact-bg.jpg | Bin static/images/home-bg.jpg | Bin static/images/post-bg.jpg | Bin static/images/post-sample-image.jpg | Bin static/js/bootstrap.js | 0 static/js/bootstrap.min.js | 0 static/js/clean-blog.js | 0 static/js/clean-blog.min.js | 0 static/js/jquery.js | 0 static/js/jquery.min.js | 0 templates/archives.html | 0 templates/article.html | 0 templates/author.html | 0 templates/authors.html | 0 templates/categories.html | 0 templates/category.html | 0 templates/index.html | 0 templates/page.html | 0 templates/period_archives.html | 0 templates/tag.html | 0 templates/tags.html | 0 30 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 static/css/bootstrap.css mode change 100755 => 100644 static/css/bootstrap.min.css mode change 100755 => 100644 static/css/clean-blog.css mode change 100755 => 100644 static/css/clean-blog.min.css mode change 100755 => 100644 static/fonts/glyphicons-halflings-regular.eot mode change 100755 => 100644 static/fonts/glyphicons-halflings-regular.svg mode change 100755 => 100644 static/fonts/glyphicons-halflings-regular.ttf mode change 100755 => 100644 static/fonts/glyphicons-halflings-regular.woff mode change 100755 => 100644 static/images/about-bg.jpg mode change 100755 => 100644 static/images/contact-bg.jpg mode change 100755 => 100644 static/images/home-bg.jpg mode change 100755 => 100644 static/images/post-bg.jpg mode change 100755 => 100644 static/images/post-sample-image.jpg mode change 100755 => 100644 static/js/bootstrap.js mode change 100755 => 100644 static/js/bootstrap.min.js mode change 100755 => 100644 static/js/clean-blog.js mode change 100755 => 100644 static/js/clean-blog.min.js mode change 100755 => 100644 static/js/jquery.js mode change 100755 => 100644 static/js/jquery.min.js mode change 100755 => 100644 templates/archives.html mode change 100755 => 100644 templates/article.html mode change 100755 => 100644 templates/author.html mode change 100755 => 100644 templates/authors.html mode change 100755 => 100644 templates/categories.html mode change 100755 => 100644 templates/category.html mode change 100755 => 100644 templates/index.html mode change 100755 => 100644 templates/page.html mode change 100755 => 100644 templates/period_archives.html mode change 100755 => 100644 templates/tag.html mode change 100755 => 100644 templates/tags.html diff --git a/static/css/bootstrap.css b/static/css/bootstrap.css old mode 100755 new mode 100644 diff --git a/static/css/bootstrap.min.css b/static/css/bootstrap.min.css old mode 100755 new mode 100644 diff --git a/static/css/clean-blog.css b/static/css/clean-blog.css old mode 100755 new mode 100644 diff --git a/static/css/clean-blog.min.css b/static/css/clean-blog.min.css old mode 100755 new mode 100644 diff --git a/static/fonts/glyphicons-halflings-regular.eot b/static/fonts/glyphicons-halflings-regular.eot old mode 100755 new mode 100644 diff --git a/static/fonts/glyphicons-halflings-regular.svg b/static/fonts/glyphicons-halflings-regular.svg old mode 100755 new mode 100644 diff --git a/static/fonts/glyphicons-halflings-regular.ttf b/static/fonts/glyphicons-halflings-regular.ttf old mode 100755 new mode 100644 diff --git a/static/fonts/glyphicons-halflings-regular.woff b/static/fonts/glyphicons-halflings-regular.woff old mode 100755 new mode 100644 diff --git a/static/images/about-bg.jpg b/static/images/about-bg.jpg old mode 100755 new mode 100644 diff --git a/static/images/contact-bg.jpg b/static/images/contact-bg.jpg old mode 100755 new mode 100644 diff --git a/static/images/home-bg.jpg b/static/images/home-bg.jpg old mode 100755 new mode 100644 diff --git a/static/images/post-bg.jpg b/static/images/post-bg.jpg old mode 100755 new mode 100644 diff --git a/static/images/post-sample-image.jpg b/static/images/post-sample-image.jpg old mode 100755 new mode 100644 diff --git a/static/js/bootstrap.js b/static/js/bootstrap.js old mode 100755 new mode 100644 diff --git a/static/js/bootstrap.min.js b/static/js/bootstrap.min.js old mode 100755 new mode 100644 diff --git a/static/js/clean-blog.js b/static/js/clean-blog.js old mode 100755 new mode 100644 diff --git a/static/js/clean-blog.min.js b/static/js/clean-blog.min.js old mode 100755 new mode 100644 diff --git a/static/js/jquery.js b/static/js/jquery.js old mode 100755 new mode 100644 diff --git a/static/js/jquery.min.js b/static/js/jquery.min.js old mode 100755 new mode 100644 diff --git a/templates/archives.html b/templates/archives.html old mode 100755 new mode 100644 diff --git a/templates/article.html b/templates/article.html old mode 100755 new mode 100644 diff --git a/templates/author.html b/templates/author.html old mode 100755 new mode 100644 diff --git a/templates/authors.html b/templates/authors.html old mode 100755 new mode 100644 diff --git a/templates/categories.html b/templates/categories.html old mode 100755 new mode 100644 diff --git a/templates/category.html b/templates/category.html 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/page.html b/templates/page.html old mode 100755 new mode 100644 diff --git a/templates/period_archives.html b/templates/period_archives.html old mode 100755 new mode 100644 diff --git a/templates/tag.html b/templates/tag.html old mode 100755 new mode 100644 diff --git a/templates/tags.html b/templates/tags.html old mode 100755 new mode 100644