From a82f0919d535ba5d86abfbe653bad8ba0fdcf51f Mon Sep 17 00:00:00 2001 From: Ariel Costas <94913521+arielcostas@users.noreply.github.com> Date: Fri, 24 Nov 2023 23:51:48 +0100 Subject: More development --- layouts/_default/_markup/render-heading.html | 2 +- layouts/_default/baseof.html | 12 +++++++++--- layouts/partials/footer.html | 10 +++------- layouts/partials/header.html | 14 +++++++++++++- 4 files changed, 26 insertions(+), 12 deletions(-) (limited to 'layouts') diff --git a/layouts/_default/_markup/render-heading.html b/layouts/_default/_markup/render-heading.html index 6023eb1..dd16877 100644 --- a/layouts/_default/_markup/render-heading.html +++ b/layouts/_default/_markup/render-heading.html @@ -1,4 +1,4 @@ # {{ .Text | safeHTML }} - + \ No newline at end of file diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index a4c2f56..91e6152 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,17 +1,23 @@ - + {{ .Page.Title }} - Ariel Costas + + {{ $stylesheetOptions := dict "transpiler" "libsass" }} + {{ $stylesheet := resources.Get "css/base.scss" | resources.ToCSS $stylesheetOptions | minify }} + {{ partial "partials/header.html" . }} - {{ block "main" . }} - {{ end }} +
+ {{ block "main" . }} + {{ end }} +
{{ partial "partials/footer.html" . }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 7c568ad..8ad681e 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,11 +2,7 @@ \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 13b2722..55002b1 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1 +1,13 @@ -

CostasDEV

\ No newline at end of file +
+

+ + CostasDEV + +

+ + +
\ No newline at end of file -- cgit v1.3