Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rhazdon/hugo-theme-hello-friend-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Rojo <sebastian.rojo@sapian.com.co>2021-08-27 18:53:17 +0300
committerGitHub <noreply@github.com>2021-08-27 18:53:17 +0300
commit5f9ed7cc0e11fdc2fe42d7dfaf26cbc92af777eb (patch)
treed477118ed75ca90a4d7d5701bc67c9c41dac7dc3
parent57bd108819c412e1099ba090a92569e530867619 (diff)
ADD `layouts/partials/extra-head.html` to .gitignore
This can be a Great option to customize Headers whiteout touch git submodule.
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 46d9d8d..1edbb80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,4 +32,7 @@ Temporary Items
# End of https://www.gitignore.io/api/macos
-.vscode \ No newline at end of file
+.vscode
+
+# customize Headers whiteout touch git submodule.
+layouts/partials/extra-head.html