From 5eaaf8d942ba1bf062cf8d20633f6a0c54a5874a Mon Sep 17 00:00:00 2001 From: eniamza Date: Thu, 25 Jun 2020 11:11:18 +0600 Subject: [PATCH] Rename : A potential fix for loading files --- _includes/{footer.html => _footer.html} | 0 _includes/{head.html => _head.html} | 0 _includes/{header.html => _header.html} | 0 _includes/{js.html => _js.html} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename _includes/{footer.html => _footer.html} (100%) rename _includes/{head.html => _head.html} (100%) rename _includes/{header.html => _header.html} (100%) rename _includes/{js.html => _js.html} (100%) diff --git a/_includes/footer.html b/_includes/_footer.html similarity index 100% rename from _includes/footer.html rename to _includes/_footer.html diff --git a/_includes/head.html b/_includes/_head.html similarity index 100% rename from _includes/head.html rename to _includes/_head.html diff --git a/_includes/header.html b/_includes/_header.html similarity index 100% rename from _includes/header.html rename to _includes/_header.html diff --git a/_includes/js.html b/_includes/_js.html similarity index 100% rename from _includes/js.html rename to _includes/_js.html