From 809f8858a6dc00d65e97c4b40fc3227bb346914e Mon Sep 17 00:00:00 2001
From: Ariel Costas <94913521+arielcostas@users.noreply.github.com>
Date: Sun, 3 Dec 2023 20:40:20 +0100
Subject: Add OpenGraph
---
layouts/_default/baseof.html | 9 +++++++++
layouts/blog/list.html | 2 +-
layouts/home/list.html | 2 +-
layouts/partials/header.html | 2 +-
4 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 91e6152..115b754 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -2,10 +2,19 @@
+
+
{{ .Page.Title }} - Ariel Costas
+
+
+
+
+
+
+
{{ $stylesheetOptions := dict "transpiler" "libsass" }}
{{ $stylesheet := resources.Get "css/base.scss" | resources.ToCSS $stylesheetOptions | minify }}
diff --git a/layouts/blog/list.html b/layouts/blog/list.html
index 627dd4a..055f302 100644
--- a/layouts/blog/list.html
+++ b/layouts/blog/list.html
@@ -5,7 +5,7 @@
{{ range .Pages.ByLastmod }}
{{ .Date.Format "2006-01-02" }}
- {{ .Page.Title }}
+ {{ .Page.Title }}
{{ end }}
diff --git a/layouts/home/list.html b/layouts/home/list.html
index 95f13a6..af3dbeb 100644
--- a/layouts/home/list.html
+++ b/layouts/home/list.html
@@ -10,7 +10,7 @@
{{ range .Pages }}
- {{ .PublishDate.Format "02/01" }} {{ .Title }}
+ {{ .PublishDate.Format "02/01" }} {{ .Title }}
{{ end }}
{{ end }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 55002b1..9e51d9b 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -7,7 +7,7 @@
{{ range .Site.Home.Pages }}
- {{ .Title }}
+ {{ .Title }}
{{ end }}
\ No newline at end of file
--
cgit v1.3