From db6a864b904e148d45a10652baf3cd34e2e9a09f Mon Sep 17 00:00:00 2001 From: Aytac Kirmizi Date: Mon, 6 Mar 2023 12:26:13 +0100 Subject: [PATCH] **update** minor changes for tag page --- .devcontainer/Dockerfile | 0 .devcontainer/base.Dockerfile | 0 .devcontainer/devcontainer.json | 0 .gitignore | 0 LICENSE | 0 README.md | 0 assets/built/casper.js | 0 assets/built/casper.js.map | 0 assets/built/global.css | 0 assets/built/global.css.map | 0 assets/built/screen.css | 0 assets/built/screen.css.map | 0 assets/css/global.css | 0 assets/css/screen.css | 0 assets/js/casper-aytac.zip | Bin assets/js/dropdown.js | 0 assets/js/infinite-scroll.js | 0 assets/js/lib/imagesloaded.pkgd.min.js | 0 assets/js/lib/jquery.fitvids.js | 0 assets/screenshot-desktop.jpg | Bin assets/screenshot-mobile.jpg | Bin author.hbs | 0 default.hbs | 0 error-404.hbs | 0 error.hbs | 0 gulpfile.js | 0 index.hbs | 0 package.json | 0 page-tags.hbs | 0 page.hbs | 0 partials/icons/avatar.hbs | 0 partials/icons/fire.hbs | 0 partials/icons/loader.hbs | 0 partials/icons/lock.hbs | 0 partials/icons/rss.hbs | 0 partials/icons/share-facebook.hbs | 0 partials/icons/share-linkedin.hbs | 0 partials/icons/share-pinterest.hbs | 0 partials/icons/share-reddit.hbs | 0 partials/icons/share-twitter.hbs | 0 partials/post-card.hbs | 0 partials/tag-card.hbs | 0 post.hbs | 0 tag.hbs | 0 yarn.lock | 0 45 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .devcontainer/Dockerfile mode change 100755 => 100644 .devcontainer/base.Dockerfile mode change 100755 => 100644 .devcontainer/devcontainer.json mode change 100755 => 100644 .gitignore mode change 100755 => 100644 LICENSE mode change 100755 => 100644 README.md mode change 100755 => 100644 assets/built/casper.js mode change 100755 => 100644 assets/built/casper.js.map mode change 100755 => 100644 assets/built/global.css mode change 100755 => 100644 assets/built/global.css.map mode change 100755 => 100644 assets/built/screen.css mode change 100755 => 100644 assets/built/screen.css.map mode change 100755 => 100644 assets/css/global.css mode change 100755 => 100644 assets/css/screen.css mode change 100755 => 100644 assets/js/casper-aytac.zip mode change 100755 => 100644 assets/js/dropdown.js mode change 100755 => 100644 assets/js/infinite-scroll.js mode change 100755 => 100644 assets/js/lib/imagesloaded.pkgd.min.js mode change 100755 => 100644 assets/js/lib/jquery.fitvids.js mode change 100755 => 100644 assets/screenshot-desktop.jpg mode change 100755 => 100644 assets/screenshot-mobile.jpg mode change 100755 => 100644 author.hbs mode change 100755 => 100644 default.hbs mode change 100755 => 100644 error-404.hbs mode change 100755 => 100644 error.hbs mode change 100755 => 100644 gulpfile.js mode change 100755 => 100644 index.hbs mode change 100755 => 100644 package.json mode change 100755 => 100644 page-tags.hbs mode change 100755 => 100644 page.hbs mode change 100755 => 100644 partials/icons/avatar.hbs mode change 100755 => 100644 partials/icons/fire.hbs mode change 100755 => 100644 partials/icons/loader.hbs mode change 100755 => 100644 partials/icons/lock.hbs mode change 100755 => 100644 partials/icons/rss.hbs mode change 100755 => 100644 partials/icons/share-facebook.hbs mode change 100755 => 100644 partials/icons/share-linkedin.hbs mode change 100755 => 100644 partials/icons/share-pinterest.hbs mode change 100755 => 100644 partials/icons/share-reddit.hbs mode change 100755 => 100644 partials/icons/share-twitter.hbs mode change 100755 => 100644 partials/post-card.hbs mode change 100755 => 100644 partials/tag-card.hbs mode change 100755 => 100644 post.hbs mode change 100755 => 100644 tag.hbs mode change 100755 => 100644 yarn.lock diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile old mode 100755 new mode 100644 diff --git a/.devcontainer/base.Dockerfile b/.devcontainer/base.Dockerfile old mode 100755 new mode 100644 diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/assets/built/casper.js b/assets/built/casper.js old mode 100755 new mode 100644 diff --git a/assets/built/casper.js.map b/assets/built/casper.js.map old mode 100755 new mode 100644 diff --git a/assets/built/global.css b/assets/built/global.css old mode 100755 new mode 100644 diff --git a/assets/built/global.css.map b/assets/built/global.css.map old mode 100755 new mode 100644 diff --git a/assets/built/screen.css b/assets/built/screen.css old mode 100755 new mode 100644 diff --git a/assets/built/screen.css.map b/assets/built/screen.css.map old mode 100755 new mode 100644 diff --git a/assets/css/global.css b/assets/css/global.css old mode 100755 new mode 100644 diff --git a/assets/css/screen.css b/assets/css/screen.css old mode 100755 new mode 100644 diff --git a/assets/js/casper-aytac.zip b/assets/js/casper-aytac.zip old mode 100755 new mode 100644 diff --git a/assets/js/dropdown.js b/assets/js/dropdown.js old mode 100755 new mode 100644 diff --git a/assets/js/infinite-scroll.js b/assets/js/infinite-scroll.js old mode 100755 new mode 100644 diff --git a/assets/js/lib/imagesloaded.pkgd.min.js b/assets/js/lib/imagesloaded.pkgd.min.js old mode 100755 new mode 100644 diff --git a/assets/js/lib/jquery.fitvids.js b/assets/js/lib/jquery.fitvids.js old mode 100755 new mode 100644 diff --git a/assets/screenshot-desktop.jpg b/assets/screenshot-desktop.jpg old mode 100755 new mode 100644 diff --git a/assets/screenshot-mobile.jpg b/assets/screenshot-mobile.jpg old mode 100755 new mode 100644 diff --git a/author.hbs b/author.hbs old mode 100755 new mode 100644 diff --git a/default.hbs b/default.hbs old mode 100755 new mode 100644 diff --git a/error-404.hbs b/error-404.hbs old mode 100755 new mode 100644 diff --git a/error.hbs b/error.hbs old mode 100755 new mode 100644 diff --git a/gulpfile.js b/gulpfile.js old mode 100755 new mode 100644 diff --git a/index.hbs b/index.hbs old mode 100755 new mode 100644 diff --git a/package.json b/package.json old mode 100755 new mode 100644 diff --git a/page-tags.hbs b/page-tags.hbs old mode 100755 new mode 100644 diff --git a/page.hbs b/page.hbs old mode 100755 new mode 100644 diff --git a/partials/icons/avatar.hbs b/partials/icons/avatar.hbs old mode 100755 new mode 100644 diff --git a/partials/icons/fire.hbs b/partials/icons/fire.hbs old mode 100755 new mode 100644 diff --git a/partials/icons/loader.hbs b/partials/icons/loader.hbs old mode 100755 new mode 100644 diff --git a/partials/icons/lock.hbs b/partials/icons/lock.hbs old mode 100755 new mode 100644 diff --git a/partials/icons/rss.hbs b/partials/icons/rss.hbs old mode 100755 new mode 100644 diff --git a/partials/icons/share-facebook.hbs b/partials/icons/share-facebook.hbs old mode 100755 new mode 100644 diff --git a/partials/icons/share-linkedin.hbs b/partials/icons/share-linkedin.hbs old mode 100755 new mode 100644 diff --git a/partials/icons/share-pinterest.hbs b/partials/icons/share-pinterest.hbs old mode 100755 new mode 100644 diff --git a/partials/icons/share-reddit.hbs b/partials/icons/share-reddit.hbs old mode 100755 new mode 100644 diff --git a/partials/icons/share-twitter.hbs b/partials/icons/share-twitter.hbs old mode 100755 new mode 100644 diff --git a/partials/post-card.hbs b/partials/post-card.hbs old mode 100755 new mode 100644 diff --git a/partials/tag-card.hbs b/partials/tag-card.hbs old mode 100755 new mode 100644 diff --git a/post.hbs b/post.hbs old mode 100755 new mode 100644 diff --git a/tag.hbs b/tag.hbs old mode 100755 new mode 100644 diff --git a/yarn.lock b/yarn.lock old mode 100755 new mode 100644