Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <contact@angelostavrow.com>2019-06-05 14:28:31 +0300
committerGitHub <noreply@github.com>2019-06-05 14:28:31 +0300
commit797b72bf212d84e40ef0e6a97fca0c7aef3921f2 (patch)
treed0eb514ba900606f3c3c5bc60b7e2284b49db85a
parent786fd39492e4f3c12bef315dda0ee3db9ccd449f (diff)
parent69e33a4da651efefa95807b2528d25b38eee0118 (diff)
Merge pull request #43 from dixonge/masterv1.0.5
Clean up whitespace as part of #32
-rw-r--r--exampleSite/archetypes/default.md1
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/post/author-bios.md2
-rw-r--r--exampleSite/content/post/introducing-indigo.md4
-rw-r--r--layouts/404.html2
-rw-r--r--layouts/partials/header.html4
6 files changed, 7 insertions, 8 deletions
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
---
-
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"
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
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
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 @@
<div id="sitelogo">
<a class="glyph" alt="Home" href="{{ .Site.BaseURL }}"><img src="{{ .Site.BaseURL }}images/site-logo.svg" alt="Site Logo" height="64px" width="64px"></a>
</div>
- <header>
+ <header>
{{ partial "pagenav.html" . }}
<h1 class="post-title">404</h1>
</header>
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 @@
<div id="sitelogo">
<a class="glyph" alt="Home" href="{{ .Site.BaseURL }}"><img src="{{ .Site.BaseURL }}images/site-logo.svg" alt="Site Logo" height="64px" width="64px"></a>
</div>
- <header>
+ <header>
{{ partial "pagenav.html" . }}
{{ if not .IsPage }}
<div id="site-header">
@@ -17,4 +17,4 @@
{{ end }}
</div>
{{ end }}
- </header> \ No newline at end of file
+ </header>