diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 93c0496..6481e41 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -5,11 +5,11 @@ {{ if ne .URL "/" }}{{ .Title }} · {{ end }}{{ .Site.Title }} - + - + - - - + + + \ No newline at end of file diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index ecc0f3f..57d2092 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/layouts/posts/li-next.html b/layouts/posts/li-next.html index a8c9b44..c7e30c0 100644 --- a/layouts/posts/li-next.html +++ b/layouts/posts/li-next.html @@ -3,7 +3,7 @@ {{ if isset .Params "featuredimage" }}

Next Article

- +
{{ end }}
diff --git a/layouts/posts/li.html b/layouts/posts/li.html index adfdffc..59f5db2 100644 --- a/layouts/posts/li.html +++ b/layouts/posts/li.html @@ -2,7 +2,7 @@ href="{{ .Permalink }}" class="card blog-card" rel="bookmark" > {{ if isset .Params "featuredimage" }}
- +
{{ end }}
diff --git a/layouts/posts/single.html b/layouts/posts/single.html index e8f5e08..588c1ba 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -11,7 +11,7 @@ {{ if isset .Params "featuredimage" }}
- +
{{ end }} {{ .Content }}