diff --git a/layouts/blog/list.html b/layouts/blog/list.html index f8cd8ce..a2f342c 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -29,14 +29,14 @@

{{ .Key }}

{{ range .Pages }}
-

{{ .Title }}

+

{{ .Title }}

{{ $tag_count := 0 }} {{ range .Params.tags }} {{ if lt $tag_count 2 }} {{ $name := . }} {{ with $.Site.GetPage (printf "/tags/%s" (. | urlize)) }} - #{{ $name }} + #{{ $name }} {{ end }} {{ $tag_count = add $tag_count 1 }} {{ end }} diff --git a/layouts/partials/footer.amp.html b/layouts/partials/footer.amp.html index 6f68d08..7e42ea7 100644 --- a/layouts/partials/footer.amp.html +++ b/layouts/partials/footer.amp.html @@ -10,7 +10,7 @@

@@ -22,7 +22,7 @@ {{ $sectionPages := where .Site.Pages "Section" "" }} {{ range $sectionPages }} {{ if and (not .Params.hidden) (ne .Permalink .Site.BaseURL)}} -
  • {{ .Title }}
  • +
  • {{ .Title }}
  • {{ end }} {{ end }}
  • Support
  • diff --git a/layouts/partials/search.html b/layouts/partials/search.html index 36897a0..ac23809 100644 --- a/layouts/partials/search.html +++ b/layouts/partials/search.html @@ -11,5 +11,5 @@ {{ $lunr := resources.Get "js/lunr.js" }} {{ $search := resources.Get "js/search.js" }} {{ $lunrPackage := slice $jquery $mark $lunr | resources.Concat "js/lunrPackage.js" | resources.Minify | resources.Fingerprint }} - - + + diff --git a/layouts/partials/tags/all.html b/layouts/partials/tags/all.html index d01dec0..7c1207a 100644 --- a/layouts/partials/tags/all.html +++ b/layouts/partials/tags/all.html @@ -3,7 +3,7 @@ Tags \ No newline at end of file diff --git a/layouts/partials/tags/page.html b/layouts/partials/tags/page.html index 8a6ab81..7a564f7 100644 --- a/layouts/partials/tags/page.html +++ b/layouts/partials/tags/page.html @@ -4,7 +4,7 @@ {{ range .Param "tags" }} {{ $name := . }} {{ with $.Site.GetPage (printf "/tags/%s" ($name | urlize)) }} -
  • {{ $name }}
  • +
  • {{ $name }}
  • {{ end }} {{ end }} diff --git a/layouts/partials/webmentions.html b/layouts/partials/webmentions.html index 21349dd..ec6ed8b 100644 --- a/layouts/partials/webmentions.html +++ b/layouts/partials/webmentions.html @@ -9,4 +9,4 @@ {{ $webmentionjs := resources.Get "js/webmention.min.js" }} {{ $aliasesCombined := delimit (apply .Aliases "absURL" ".") "|" }} - + diff --git a/layouts/shortcodes/pgpform.html b/layouts/shortcodes/pgpform.html index 213ba04..d6b3043 100644 --- a/layouts/shortcodes/pgpform.html +++ b/layouts/shortcodes/pgpform.html @@ -1,5 +1,5 @@ {{- $openPGP := resources.Get "js/openpgp.min.js" -}} - +
    diff --git a/layouts/shortcodes/pgpverify.html b/layouts/shortcodes/pgpverify.html index d0cff19..b826e12 100644 --- a/layouts/shortcodes/pgpverify.html +++ b/layouts/shortcodes/pgpverify.html @@ -1,5 +1,5 @@ {{- $openPGP := resources.Get "js/openpgp.min.js" -}} - +
    diff --git a/layouts/tags/list.html b/layouts/tags/list.html index 4d734ca..723e6a9 100644 --- a/layouts/tags/list.html +++ b/layouts/tags/list.html @@ -37,7 +37,7 @@ {{ end }}

    {{ .Key }}

    {{ range .Pages }} -

    {{ .Title }}

    +

    {{ .Title }}

    {{ end }} {{ end }}
    diff --git a/layouts/tracks/list.html b/layouts/tracks/list.html index 1f2218c..466d215 100644 --- a/layouts/tracks/list.html +++ b/layouts/tracks/list.html @@ -8,7 +8,7 @@ {{ range $index, $value := .Pages.GroupByDate $listPageDateFormat }} {{ range .Pages }}
    -

    {{ .Title }}

    +

    {{ .Title }}

    {{ .Scratch.Set "noDateUpdate" true }} {{ partial "date.html" . }}