diff --git a/themes/mir/layouts/_default/baseof.html b/themes/mir/layouts/_default/baseof.html index a33f979..8fbc85d 100644 --- a/themes/mir/layouts/_default/baseof.html +++ b/themes/mir/layouts/_default/baseof.html @@ -2,7 +2,7 @@ {{ partial "head.html" . }} - +
{{ partial "nav.html" . }}
diff --git a/themes/mir/layouts/_default/single.html b/themes/mir/layouts/_default/single.html index 414518f..c6684b4 100644 --- a/themes/mir/layouts/_default/single.html +++ b/themes/mir/layouts/_default/single.html @@ -3,18 +3,7 @@
{{ if .Params.contact }} -
-
-

{{ .Title }}

-

{{ .Params.subTitle }}

- {{ partial "contact.html" . }} -
- -
+ {{ partial "contact.html" . }} {{ else }}
{{ .Content }}
{{ end }} diff --git a/themes/mir/layouts/partials/contact.html b/themes/mir/layouts/partials/contact.html index 35c5b6c..e84bf6a 100644 --- a/themes/mir/layouts/partials/contact.html +++ b/themes/mir/layouts/partials/contact.html @@ -1,19 +1,34 @@ -
- {{ .Content }} -
- - - -

info@mirnet.org

+
+
+

{{ .Title }}

+

{{ .Params.subTitle }}

+
+ {{ .Content }} +
+ + + +

info@mirnet.org

+
+ +
-
- - - - - @mir@infosec.exchange - + -
\ No newline at end of file +
\ No newline at end of file diff --git a/themes/mir/layouts/partials/footer.html b/themes/mir/layouts/partials/footer.html index d7d49f7..b4d7dbb 100644 --- a/themes/mir/layouts/partials/footer.html +++ b/themes/mir/layouts/partials/footer.html @@ -1,4 +1,4 @@ -
+
{{ with site.GetPage "_index.md" }}
@@ -6,7 +6,7 @@
{{ range .Params.social.main }} - + {{ .icon | safeHTML }} {{ end }} diff --git a/themes/mir/layouts/partials/header.html b/themes/mir/layouts/partials/header.html index db2b2ce..f77ea8e 100644 --- a/themes/mir/layouts/partials/header.html +++ b/themes/mir/layouts/partials/header.html @@ -1,10 +1,13 @@
-

diff --git a/themes/mir/layouts/partials/list.html b/themes/mir/layouts/partials/list.html index acb555f..9903e64 100644 --- a/themes/mir/layouts/partials/list.html +++ b/themes/mir/layouts/partials/list.html @@ -11,7 +11,7 @@

{{ .title }}

-

{{ .description }}

+

{{ .description }}

{{ end }}
diff --git a/themes/mir/layouts/partials/nav.html b/themes/mir/layouts/partials/nav.html index ab3d73c..6aa2cb9 100644 --- a/themes/mir/layouts/partials/nav.html +++ b/themes/mir/layouts/partials/nav.html @@ -1,11 +1,11 @@ -