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

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Romero <halogenica@users.noreply.github.com>2019-05-08 10:38:01 +0300
committerGitHub <noreply@github.com>2019-05-08 10:38:01 +0300
commit07f765675dab2b00ad39aa460118edff2f2d3fcd (patch)
treec3ed10de9a14d61e83b98bfdd5d083565f2e20ed
parenta334e197aac7011f8bdaaeada01935242f7b420b (diff)
parentc44ae13891440b3352947c0a0cd65378f6ffff27 (diff)
Merge pull request #269 from VincentTam/fix-dotHugo-deprecated
Fix #261
-rw-r--r--i18n/br.yaml2
-rw-r--r--i18n/de.yaml2
-rw-r--r--i18n/en.yaml2
-rw-r--r--i18n/eo.yaml2
-rw-r--r--i18n/es.yaml2
-rw-r--r--i18n/fr.yaml2
-rw-r--r--i18n/it.yaml2
-rw-r--r--i18n/ja.yaml2
-rw-r--r--i18n/nb.yaml2
-rw-r--r--i18n/nl.yaml2
-rw-r--r--i18n/pl.yaml2
-rw-r--r--i18n/ru.yaml2
-rw-r--r--i18n/zh-CN.yaml2
-rw-r--r--i18n/zh-TW.yaml2
-rw-r--r--layouts/_default/list.html4
-rw-r--r--layouts/index.html4
-rw-r--r--layouts/partials/footer.html6
-rw-r--r--layouts/partials/head.html4
-rw-r--r--layouts/partials/post_meta.html2
-rw-r--r--layouts/partials/seo/opengraph.html4
-rw-r--r--layouts/partials/staticman-comments.html4
21 files changed, 26 insertions, 30 deletions
diff --git a/i18n/br.yaml b/i18n/br.yaml
index 76dabc3..98cbc47 100644
--- a/i18n/br.yaml
+++ b/i18n/br.yaml
@@ -33,7 +33,7 @@
# Footer
- id: poweredBy # Accepts HTML
- translation: '<a href="http://gohugo.io">Hugo v{{ .Hugo.Version }}</a> powered &nbsp;&bull;&nbsp; Tema por <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adaptado para <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+ translation: '<a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> powered &nbsp;&bull;&nbsp; Tema por <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adaptado para <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
# Navigation
- id: toggleNavigation
diff --git a/i18n/de.yaml b/i18n/de.yaml
index d2774cf..be3a79a 100644
--- a/i18n/de.yaml
+++ b/i18n/de.yaml
@@ -33,7 +33,7 @@
# Footer
- id: poweredBy # Accepts HTML
- translation: '<a href="http://gohugo.io">Hugo v{{ .Hugo.Version }}</a> powered &nbsp;&bull;&nbsp; Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+ translation: '<a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> powered &nbsp;&bull;&nbsp; Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
# Navigation
- id: toggleNavigation
diff --git a/i18n/en.yaml b/i18n/en.yaml
index a4c316e..ce90070 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -33,7 +33,7 @@
# Footer
- id: poweredBy # Accepts HTML
- translation: '<a href="http://gohugo.io">Hugo v{{ .Hugo.Version }}</a> powered &nbsp;&bull;&nbsp; Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+ translation: '<a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> powered &nbsp;&bull;&nbsp; Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
# Navigation
- id: toggleNavigation
diff --git a/i18n/eo.yaml b/i18n/eo.yaml
index 8d56660..68540ca 100644
--- a/i18n/eo.yaml
+++ b/i18n/eo.yaml
@@ -33,7 +33,7 @@
# Footer
- id: poweredBy # Accepts HTML
- translation: '<a href="http://gohugo.io">Hugo v{{ .Hugo.Version }}</a>-povigita &nbsp;&bull;&nbsp; Haŭto de <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adaptiĝis al <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+ translation: '<a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a>-povigita &nbsp;&bull;&nbsp; Haŭto de <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adaptiĝis al <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
# Navigation
- id: toggleNavigation
diff --git a/i18n/es.yaml b/i18n/es.yaml
index 2ce455d..6c0850f 100644
--- a/i18n/es.yaml
+++ b/i18n/es.yaml
@@ -33,7 +33,7 @@
# Footer
- id: poweredBy # Accepts HTML
- translation: '<a href="http://gohugo.io">Hugo v{{ .Hugo.Version }}</a> powered &nbsp;&bull;&nbsp; Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+ translation: '<a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> powered &nbsp;&bull;&nbsp; Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
# Navigation
- id: toggleNavigation
diff --git a/i18n/fr.yaml b/i18n/fr.yaml
index ddac58d..ed85a9b 100644
--- a/i18n/fr.yaml
+++ b/i18n/fr.yaml
@@ -33,7 +33,7 @@
# Footer
- id: poweredBy # Accepts HTML
- translation: 'Carbure avec <a href="http://gohugo.io">Hugo v{{ .Hugo.Version }}</a>&nbsp;&bull;&nbsp; Avec le Theme <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapté en <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+ translation: 'Carbure avec <a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a>&nbsp;&bull;&nbsp; Avec le Theme <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapté en <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
# Navigation
- id: toggleNavigation
diff --git a/i18n/it.yaml b/i18n/it.yaml
index 543a726..4bf0305 100644
--- a/i18n/it.yaml
+++ b/i18n/it.yaml
@@ -33,7 +33,7 @@
# Footer
- id: poweredBy # Accepts HTML
- translation: '<a href="http://gohugo.io">Sviluppato con Hugo v{{ .Hugo.Version }}</a> &nbsp;&bull;&nbsp; Tema: <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adattato a <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+ translation: '<a href="http://gohugo.io">Sviluppato con Hugo v{{ .Site.Hugo.Version }}</a> &nbsp;&bull;&nbsp; Tema: <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adattato a <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
# Navigation
- id: toggleNavigation
diff --git a/i18n/ja.yaml b/i18n/ja.yaml
index 2e6b869..f810b0b 100644
--- a/i18n/ja.yaml
+++ b/i18n/ja.yaml
@@ -33,7 +33,7 @@
# Footer
- id: poweredBy # Accepts HTML
- translation: '起動力に<a href="http://gohugo.io">Hugo v{{ .Hugo.Version }}</a> &nbsp;&bull;&nbsp; テーマに<a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>に基づいている<a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+ translation: '起動力に<a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> &nbsp;&bull;&nbsp; テーマに<a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>に基づいている<a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
# Navigation
- id: toggleNavigation
diff --git a/i18n/nb.yaml b/i18n/nb.yaml
index 11002d6..cd12ec6 100644
--- a/i18n/nb.yaml
+++ b/i18n/nb.yaml
@@ -33,7 +33,7 @@
# Footer
- id: poweredBy # Accepts HTML
- translation: 'Kjører på <a href="http://gohugo.io">Hugo v{{ .Hugo.Version }}</a>&nbsp;&bull;&nbsp; Tema fra <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> tilpasset til <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+ translation: 'Kjører på <a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a>&nbsp;&bull;&nbsp; Tema fra <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> tilpasset til <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
# Navigation
- id: toggleNavigation
diff --git a/i18n/nl.yaml b/i18n/nl.yaml
index ab51ec3..02993bb 100644
--- a/i18n/nl.yaml
+++ b/i18n/nl.yaml
@@ -33,7 +33,7 @@
# Footer
- id: poweredBy # Accepts HTML
- translation: '<a href="http://gohugo.io">Hugo v{{ .Hugo.Version }}</a>-aangedreven &nbsp;&bull;&nbsp; Thema door <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> aangepast voor <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+ translation: '<a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a>-aangedreven &nbsp;&bull;&nbsp; Thema door <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> aangepast voor <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
# Navigation
- id: toggleNavigation
diff --git a/i18n/pl.yaml b/i18n/pl.yaml
index cbc8efc..e3d4f8b 100644
--- a/i18n/pl.yaml
+++ b/i18n/pl.yaml
@@ -33,7 +33,7 @@
# Footer
- id: poweredBy # Accepts HTML
- translation: '<a href="http://gohugo.io">Hugo v{{ .Hugo.Version }}</a> powered &nbsp;&bull;&nbsp; Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+ translation: '<a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> powered &nbsp;&bull;&nbsp; Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
# Navigation
- id: toggleNavigation
diff --git a/i18n/ru.yaml b/i18n/ru.yaml
index 8b37143..e05bdb4 100644
--- a/i18n/ru.yaml
+++ b/i18n/ru.yaml
@@ -33,7 +33,7 @@
# Footer
- id: poweredBy # Accepts HTML
- translation: 'На базе <a href="http://gohugo.io">Hugo v{{ .Hugo.Version }}</a> &nbsp;&bull;&nbsp; Тема <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> на базе <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>'
+ translation: 'На базе <a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> &nbsp;&bull;&nbsp; Тема <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> на базе <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>'
# Navigation
- id: toggleNavigation
diff --git a/i18n/zh-CN.yaml b/i18n/zh-CN.yaml
index ff6807f..9b104c3 100644
--- a/i18n/zh-CN.yaml
+++ b/i18n/zh-CN.yaml
@@ -33,7 +33,7 @@
# Footer
- id: poweredBy # Accepts HTML
- translation: '由 <a href="http://gohugo.io">Hugo v{{ .Hugo.Version }}</a> 强力驱动 &nbsp;&bull;&nbsp; 主题 <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> 移植自 <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>'
+ translation: '由 <a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> 强力驱动 &nbsp;&bull;&nbsp; 主题 <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> 移植自 <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>'
# Navigation
- id: toggleNavigation
diff --git a/i18n/zh-TW.yaml b/i18n/zh-TW.yaml
index 17d9234..fea27b0 100644
--- a/i18n/zh-TW.yaml
+++ b/i18n/zh-TW.yaml
@@ -33,7 +33,7 @@
# Footer
- id: poweredBy # Accepts HTML
- translation: '由 <a href="http://gohugo.io">Hugo v{{ .Hugo.Version }}</a> 提供 &nbsp;&bull;&nbsp; 主題 <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> 移植自 <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>'
+ translation: '由 <a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> 提供 &nbsp;&bull;&nbsp; 主題 <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> 移植自 <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>'
# Navigation
- id: toggleNavigation
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 164a75c..5e52b60 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -47,12 +47,12 @@
<ul class="pager main-pager">
{{ if .Paginator.HasPrev }}
<li class="previous">
- <a href="{{ .URL }}page/{{ .Paginator.Prev.PageNumber }}/">&larr; {{ i18n "newerPosts" }}</a>
+ <a href="{{ .Permalink }}page/{{ .Paginator.Prev.PageNumber }}/">&larr; {{ i18n "newerPosts" }}</a>
</li>
{{ end }}
{{ if .Paginator.HasNext }}
<li class="next">
- <a href="{{ .URL }}page/{{ .Paginator.Next.PageNumber }}/">{{ i18n "olderPosts" }} &rarr;</a>
+ <a href="{{ .Permalink }}page/{{ .Paginator.Next.PageNumber }}/">{{ i18n "olderPosts" }} &rarr;</a>
</li>
{{ end }}
</ul>
diff --git a/layouts/index.html b/layouts/index.html
index 7be74c8..d7544e2 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -49,12 +49,12 @@
<ul class="pager main-pager">
{{ if .Paginator.HasPrev }}
<li class="previous">
- <a href="{{ .URL }}page/{{ .Paginator.Prev.PageNumber }}/">&larr; {{ i18n "newerPosts" }}</a>
+ <a href="{{ .Permalink }}page/{{ .Paginator.Prev.PageNumber }}/">&larr; {{ i18n "newerPosts" }}</a>
</li>
{{ end }}
{{ if .Paginator.HasNext }}
<li class="next">
- <a href="{{ .URL }}page/{{ .Paginator.Next.PageNumber }}/">{{ i18n "olderPosts" }} &rarr;</a>
+ <a href="{{ .Permalink }}page/{{ .Paginator.Next.PageNumber }}/">{{ i18n "olderPosts" }} &rarr;</a>
</li>
{{ end }}
</ul>
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 65c5616..030f657 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -17,11 +17,7 @@
{{ end }}
{{ if .Site.Params.rss }}
<li>
- {{ if .RSSLink }}
- <a href="{{ .RSSLink }}" title="RSS">
- {{ else }}
- <a href="{{ .Site.RSSLink }}" title="RSS">
- {{ end }}
+ <a href="{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}" title="RSS">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-rss fa-stack-1x fa-inverse"></i>
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index fef8579..2c872b4 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -57,11 +57,11 @@
{{- with .Site.Params.fb_app_id }}
<meta property="fb:app_id" content="{{ . }}" />
{{- end }}
- <meta property="og:url" content="{{ .URL | absLangURL }}" />
+ <meta property="og:url" content="{{ .Permalink | absLangURL }}" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="{{ .Site.Title }}" />
<!-- Hugo Version number -->
- {{ .Hugo.Generator -}}
+ {{ hugo.Generator -}}
<!-- Links and stylesheets -->
<link rel="alternate" href="{{ "index.xml" | absLangURL }}" type="application/rss+xml" title="{{ .Site.Title }}">
diff --git a/layouts/partials/post_meta.html b/layouts/partials/post_meta.html
index 61f6637..f7e03d7 100644
--- a/layouts/partials/post_meta.html
+++ b/layouts/partials/post_meta.html
@@ -18,7 +18,7 @@
{{ end }}
{{- if .Site.Params.staticman -}}
&nbsp;|&nbsp;<i class="fas fa-comment"></i>&nbsp;
- {{ $slug := replace .URL "/" "" }}
+ {{ $slug := replace .RelPermalink "/" "" }}
{{ if .Site.Data.comments }}
{{ $comments := index $.Site.Data.comments $slug }}
{{ if $comments }}
diff --git a/layouts/partials/seo/opengraph.html b/layouts/partials/seo/opengraph.html
index 19e6ee0..9a14a07 100644
--- a/layouts/partials/seo/opengraph.html
+++ b/layouts/partials/seo/opengraph.html
@@ -10,6 +10,6 @@
{{- with .Site.Params.fb_app_id }}
<meta property="fb:app_id" content="{{ . }}" />
{{- end }}
-<meta property="og:url" content="{{ .URL | absLangURL }}" />
+<meta property="og:url" content="{{ .Permalink | absLangURL }}" />
<meta property="og:type" content="website" />
-<meta property="og:site_name" content="{{ .Site.Title }}" /> \ No newline at end of file
+<meta property="og:site_name" content="{{ .Site.Title }}" />
diff --git a/layouts/partials/staticman-comments.html b/layouts/partials/staticman-comments.html
index 8f54b02..8d01894 100644
--- a/layouts/partials/staticman-comments.html
+++ b/layouts/partials/staticman-comments.html
@@ -1,6 +1,6 @@
<section class="js-comments staticman-comments">
- {{ $slug := replace .URL "/" "" }}
+ {{ $slug := replace .RelPermalink "/" "" }}
{{ if .Site.Data.comments }}
{{ $comments := index $.Site.Data.comments $slug }}
@@ -36,7 +36,7 @@
<form class="js-form form" method="post" action="{{ .Site.Params.staticman.api }}">
- <input type="hidden" name="options[slug]" value="{{ replace .URL "/" "" }}">
+ <input type="hidden" name="options[slug]" value="{{ replace .RelPermalink "/" "" }}">
<input type="hidden" name="options[parent]" value="">
{{ if .Site.Params.staticman.recaptcha }}