diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 4578565..fe704eb 100755 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -102,4 +102,11 @@ justify-content: center; + } + + .hr-list2 { + border: 20; + border-top: 1px solid #FF6E00; + margin-top: 5px; + margin-bottom: 5px; } \ No newline at end of file diff --git a/hugo_stats.json b/hugo_stats.json index 0eacc3e..fe539ee 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -101,6 +101,7 @@ "header-with-image", "hidden", "hr-list", + "hr-list2", "img", "inlin-block", "inline-block", diff --git a/layouts/contact/list.html b/layouts/contact/list.html index 6973cc6..f7c67ea 100755 --- a/layouts/contact/list.html +++ b/layouts/contact/list.html @@ -1,5 +1,18 @@ {{ define "main" }} {{ partial "page-header" . }} + +
+
+
+
+
{{ .Content }}
+
+
+
+
+ + +
@@ -7,37 +20,37 @@
@@ -48,67 +61,4 @@
- -{{ with site.Params.google_map }} {{ if .enable }} -
-{{ end }} {{ end }} {{ with site.Params.subscription }} {{ if .enable }} - - -
- - -
- - - -
- - -
- - -{{ end }} {{ end }} {{ if site.Params.google_map.enable }} {{ $gmap:= -resources.Get "plugins/maps/google-map.js" }} - - -{{ end }} {{ end }} +{{ end }} \ No newline at end of file diff --git a/layouts/events/list.html b/layouts/events/list.html index 960c619..fa290ad 100644 --- a/layouts/events/list.html +++ b/layouts/events/list.html @@ -3,16 +3,19 @@