From 5f9ed7cc0e11fdc2fe42d7dfaf26cbc92af777eb Mon Sep 17 00:00:00 2001 From: Sebastian Rojo Date: Fri, 27 Aug 2021 10:53:17 -0500 Subject: [PATCH] ADD `layouts/partials/extra-head.html` to .gitignore This can be a Great option to customize Headers whiteout touch git submodule. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 46d9d8d48..1edbb8083 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