From edc377a049a4550eea491b4f6a5122793a381110 Mon Sep 17 00:00:00 2001 From: Guillermo Guerrero Ibarra Date: Sat, 19 Mar 2022 17:51:41 +0100 Subject: Added linux timestamp to custom.css (#347) * Added linux timestamp to custom.css * new line --- .gitignore | 1 + layouts/partials/headers.html | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 9bf1d3a..19ee887 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ public/ npm-debug.log /node_modules/* +exampleSite/.hugo_build.lock diff --git a/layouts/partials/headers.html b/layouts/partials/headers.html index 818adbb..225e326 100644 --- a/layouts/partials/headers.html +++ b/layouts/partials/headers.html @@ -24,17 +24,17 @@ - + {{ with .Site.Params.style }} - + {{ else }} - + {{ end }} - + {{ ` @@ -49,8 +49,8 @@ - - + + -- cgit v1.2.3