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

github.com/de-souza/hugo-flex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorde-souza <43355143+de-souza@users.noreply.github.com>2020-03-17 15:17:48 +0300
committerde-souza <43355143+de-souza@users.noreply.github.com>2020-03-17 15:17:48 +0300
commit07e4ca597779ec7b9d69c346cfbf0aa1ab2533ff (patch)
treed490269df914ad8f25ed0667453640dfa4ece739
parent2df36682bd9aff37d3cdde6661febd4547e28038 (diff)
Remove trailing newline in all partials
-rw-r--r--layouts/partials/assets.html2
-rw-r--r--layouts/partials/banner.html2
-rw-r--r--layouts/partials/comments.html2
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--layouts/partials/heading.html2
-rw-r--r--layouts/partials/link.html2
-rw-r--r--layouts/partials/load_site_assets.html2
-rw-r--r--layouts/partials/meta.html2
-rw-r--r--layouts/partials/pagination.html2
-rw-r--r--layouts/partials/tags.html2
-rw-r--r--layouts/partials/title.html2
11 files changed, 11 insertions, 11 deletions
diff --git a/layouts/partials/assets.html b/layouts/partials/assets.html
index f3beafb..43a533b 100644
--- a/layouts/partials/assets.html
+++ b/layouts/partials/assets.html
@@ -4,4 +4,4 @@
{{ range .Scratch.GetSortedMapValues "js" }}
<script defer src="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous"></script>
-{{ end }}
+{{ end }} \ No newline at end of file
diff --git a/layouts/partials/banner.html b/layouts/partials/banner.html
index 839cddf..071c885 100644
--- a/layouts/partials/banner.html
+++ b/layouts/partials/banner.html
@@ -11,4 +11,4 @@
{{ end }}
</ul>
</div>
-</nav>
+</nav> \ No newline at end of file
diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html
index 24f778e..f2f348d 100644
--- a/layouts/partials/comments.html
+++ b/layouts/partials/comments.html
@@ -2,4 +2,4 @@
{{ if in site.Params.mainSections $.Type | and .repo }}
<script src="https://utteranc.es/client.js" repo="{{ .repo }}" issue-term="{{ .issueterm }}" theme="{{ .theme }}" crossorigin="anonymous" async></script>
{{end}}
-{{end}}
+{{end}} \ No newline at end of file
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 177c092..0c631d6 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -6,4 +6,4 @@
</div>
</div>
</footer>
-{{ end }}
+{{ end }} \ No newline at end of file
diff --git a/layouts/partials/heading.html b/layouts/partials/heading.html
index e603f69..e62f216 100644
--- a/layouts/partials/heading.html
+++ b/layouts/partials/heading.html
@@ -7,4 +7,4 @@
{{- .Format "2 January, 2006" -}}
</time>
{{ end }}
-</header>
+</header> \ No newline at end of file
diff --git a/layouts/partials/link.html b/layouts/partials/link.html
index f982f7c..8a6ac9c 100644
--- a/layouts/partials/link.html
+++ b/layouts/partials/link.html
@@ -2,4 +2,4 @@
{{ range .AlternativeOutputFormats }}
{{ printf "<link rel=%q type=%q href=%q title=%q>" .Rel .MediaType .RelPermalink site.Title | safeHTML }}
-{{ end }}
+{{ end }} \ No newline at end of file
diff --git a/layouts/partials/load_site_assets.html b/layouts/partials/load_site_assets.html
index 29d6924..4d66c53 100644
--- a/layouts/partials/load_site_assets.html
+++ b/layouts/partials/load_site_assets.html
@@ -21,4 +21,4 @@
{{ end }}
{{ $site_js := $js_list | resources.Concat "js/base.js" }}
{{ minify $site_js | fingerprint | $.Page.Scratch.SetInMap "js" "base" }}
-{{ end }}
+{{ end }} \ No newline at end of file
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html
index 9af6cf9..6a1448e 100644
--- a/layouts/partials/meta.html
+++ b/layouts/partials/meta.html
@@ -26,4 +26,4 @@
{{ template "_internal/twitter_cards.html" . }}
{{ end }}
-{{ hugo.Generator }}
+{{ hugo.Generator }} \ No newline at end of file
diff --git a/layouts/partials/pagination.html b/layouts/partials/pagination.html
index 4b82f51..25fca97 100644
--- a/layouts/partials/pagination.html
+++ b/layouts/partials/pagination.html
@@ -9,4 +9,4 @@
<a class="Pagination Pagination--right u-clickable" href="{{ .URL }}" rel="next">Next ยป</a>
{{ end }}
</nav>
-{{ end }}
+{{ end }} \ No newline at end of file
diff --git a/layouts/partials/tags.html b/layouts/partials/tags.html
index 38d0446..239845c 100644
--- a/layouts/partials/tags.html
+++ b/layouts/partials/tags.html
@@ -20,4 +20,4 @@
{{ end }}
{{ end }}
</footer>
-{{ end }}
+{{ end }} \ No newline at end of file
diff --git a/layouts/partials/title.html b/layouts/partials/title.html
index e0bc325..7ed2b42 100644
--- a/layouts/partials/title.html
+++ b/layouts/partials/title.html
@@ -4,4 +4,4 @@
{{- else -}}
{{ with .Title }}{{ . }} | {{ end }}{{ site.Title }}
{{- end -}}
-</title>
+</title> \ No newline at end of file