diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index fe704eb..2e6b2db 100755 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -109,4 +109,18 @@ border-top: 1px solid #FF6E00; margin-top: 5px; margin-bottom: 5px; - } \ No newline at end of file + } + + .header-with-image2 { + text-align: center; + } + + .header-with-image2 img { + display: inline-block; + + } + + .line { + border-top: 1px solid #FF6E00; /* Change color and thickness as needed */ + margin: 10px 0; /* Adjust spacing between the line and the divs */ +} \ No newline at end of file diff --git a/hugo_stats.json b/hugo_stats.json index fe539ee..e616e80 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -14,6 +14,7 @@ "h1", "h2", "h4", + "h5", "head", "header", "hr", @@ -99,6 +100,7 @@ "h3", "header", "header-with-image", + "header-with-image2", "hidden", "hr-list", "hr-list2", @@ -136,6 +138,7 @@ "lg:text-right", "lg:w-1/2", "lg:w-auto", + "line", "link", "list", "list-item", diff --git a/layouts/events/list.html b/layouts/events/list.html index fa290ad..7dbb085 100644 --- a/layouts/events/list.html +++ b/layouts/events/list.html @@ -14,13 +14,18 @@ {{ .Title }}
+
+
{{ end }} + {{ end }} + + {{ end }} diff --git a/layouts/index.html b/layouts/index.html index ed3a25f..6cce16b 100755 --- a/layouts/index.html +++ b/layouts/index.html @@ -45,12 +45,15 @@
{{ range $i, $e := .Params.features3 }} + + diff --git a/public/index.html b/public/index.html index ee2342d..f79dd91 100644 --- a/public/index.html +++ b/public/index.html @@ -802,23 +802,29 @@