-- cgit v1.2.3 From ffee15170c8c0a889ab7684ce0208d3f90044e85 Mon Sep 17 00:00:00 2001 From: Glenn Dixon Date: Sun, 26 May 2019 10:12:21 -0500 Subject: Whitespace cleanup removed trailing spaces, one line --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index af98cdb..2fe4036 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -32,7 +32,7 @@ paginate = 3 # These are parameters used for indieweb identity. You should set these along # with the above email/social network parameters. - [params.indieWeb] + [params.indieWeb] EmailAddress = "email.address@example.com" FlickrUser = "FlickrUserName" GitHubUser = "GitHubUserName" -- cgit v1.2.3 From f51f8ef1bd38713cf9816d3108dd9e40e7d02258 Mon Sep 17 00:00:00 2001 From: Glenn Dixon Date: Sun, 26 May 2019 10:16:32 -0500 Subject: Whitespace/other cleanup removed trailing slash from URL --- exampleSite/content/post/introducing-indigo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/post/introducing-indigo.md b/exampleSite/content/post/introducing-indigo.md index 2f2a0d4..471206e 100644 --- a/exampleSite/content/post/introducing-indigo.md +++ b/exampleSite/content/post/introducing-indigo.md @@ -73,7 +73,7 @@ And code snippets look great with Fira Code: Indigo is distributed under the [MIT license][license], so feel free to fork the repository and make it your own! If you've got ideas on how to improve the theme, let me know by [opening an issue in GitHub](issue) — but please be sure to review the documentation on [contributing][contributing]. [hugo]: https://gohugo.io -[indieweb]: https://indieweb.org/ +[indieweb]: https://indieweb.org [indieauth]: https://indieauth.com [why]: https://indieweb.org/why [mf2]: http://microformats.org @@ -82,4 +82,4 @@ Indigo is distributed under the [MIT license][license], so feel free to fork the [fira-code]: https://github.com/tonsky/FiraCode [license]: https://github.com/AngeloStavrow/indigo/blob/master/LICENSE.md [issue]: https://github.com/AngeloStavrow/indigo/issues -[contributing]: https://github.com/AngeloStavrow/indigo/blob/master/CONTRIBUTING.md \ No newline at end of file +[contributing]: https://github.com/AngeloStavrow/indigo/blob/master/CONTRIBUTING.md -- cgit v1.2.3 From 41a59a37095d9b1ed212255ffefc9a906aca7810 Mon Sep 17 00:00:00 2001 From: Glenn Dixon Date: Sun, 26 May 2019 10:19:06 -0500 Subject: Whitespace/other cleanup removed trailing slash from URL --- exampleSite/content/post/author-bios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/post/author-bios.md b/exampleSite/content/post/author-bios.md index 0c2af9a..ac0f1e3 100644 --- a/exampleSite/content/post/author-bios.md +++ b/exampleSite/content/post/author-bios.md @@ -54,4 +54,4 @@ The following classes are used to mark up the author bio for [IndieWeb][indieweb *Author URL is set to the site's base URL. -[indieweb]: https://indieweb.org/ \ No newline at end of file +[indieweb]: https://indieweb.org -- cgit v1.2.3 From 4ea2592bd3c60b33576dc68b3fa53ba137cae946 Mon Sep 17 00:00:00 2001 From: Glenn Dixon Date: Sun, 26 May 2019 10:20:38 -0500 Subject: Whitespace/other cleanup removed extra line --- exampleSite/archetypes/default.md | 1 - 1 file changed, 1 deletion(-) diff --git a/exampleSite/archetypes/default.md b/exampleSite/archetypes/default.md index 00e77bd..26f317f 100644 --- a/exampleSite/archetypes/default.md +++ b/exampleSite/archetypes/default.md @@ -3,4 +3,3 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: true --- - -- cgit v1.2.3 From 1ee0292d6ac02275a0afb28871c827370d443fec Mon Sep 17 00:00:00 2001 From: Glenn Dixon Date: Sun, 26 May 2019 10:23:40 -0500 Subject: Whitespace/other cleanup removed trailing whitespace --- layouts/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/404.html b/layouts/404.html index 0a58c13..1f0e7bb 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -5,7 +5,7 @@ -
+
{{ partial "pagenav.html" . }}

404

-- cgit v1.2.3 From 69e33a4da651efefa95807b2528d25b38eee0118 Mon Sep 17 00:00:00 2001 From: Glenn Dixon Date: Sun, 26 May 2019 10:38:25 -0500 Subject: Whitespace/other cleanup removed trailing whitespace --- layouts/partials/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index fa0018f..e2a1dc0 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -5,7 +5,7 @@ -
+
{{ partial "pagenav.html" . }} {{ if not .IsPage }} {{ end }} -
\ No newline at end of file +
-- cgit v1.2.3