diff --git a/assets/css/main.scss b/assets/css/main.scss index 1783172..28bb588 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -129,12 +129,10 @@ figure { background-color: v.$color_hr; border: 1px solid v.$color_tertiary; padding: 4px; - text-align: center; } figure img { max-width: 100%; - border: 1px solid v.$color_tertiary; } figcaption p { diff --git a/i18n/ro.toml b/i18n/ro.toml deleted file mode 100644 index d840775..0000000 --- a/i18n/ro.toml +++ /dev/null @@ -1,10 +0,0 @@ -Published = "" -Updated = "" -By = "" -'Show larger map' = "" -Telephone = "" -Email = "" -Fax = "" -'Address' = "" -'Our Team' = "" -'Contact Us' = "" diff --git a/layouts/section.html b/layouts/section.html index bfc5202..748f2f5 100644 --- a/layouts/section.html +++ b/layouts/section.html @@ -1,13 +1,10 @@ {{ define "main" }} -

{{ .Title }}

-{{ .Content }} -{{ range .Pages }} -{{ $dateMachineP := .PublishDate | time.Format "2006-01-02T15:04:05-07:00" }} -{{ $dateHumanP := .PublishDate | time.Format ":date_long" }} -
-

{{ .LinkTitle }}

-

- {{ .Summary }} -
-{{ end }} +

{{ .Title }}

+ {{ .Content }} + {{ range .Pages }} +
+

{{ .LinkTitle }}

+ {{ .Summary }} +
+ {{ end }} {{ end }} diff --git a/layouts/term.html b/layouts/term.html index bfc5202..c2e7875 100644 --- a/layouts/term.html +++ b/layouts/term.html @@ -1,13 +1,7 @@ {{ define "main" }} -

{{ .Title }}

-{{ .Content }} -{{ range .Pages }} -{{ $dateMachineP := .PublishDate | time.Format "2006-01-02T15:04:05-07:00" }} -{{ $dateHumanP := .PublishDate | time.Format ":date_long" }} -
-

{{ .LinkTitle }}

-

- {{ .Summary }} -
-{{ end }} +

{{ .Title }}

+ {{ .Content }} + {{ range .Pages }} +

{{ .LinkTitle }}

+ {{ end }} {{ end }}