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

github.com/pravin/hugo-theme-prav.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxiaopengli89 <x.friday@outlook.com>2020-06-30 12:10:50 +0300
committerxiaopengli89 <x.friday@outlook.com>2020-07-03 11:19:36 +0300
commit8ff5377d99919bced495c36dc83ba331ec341a38 (patch)
treeb695cce45820a03690aa5f208715189cabc65b07
parent85dfbaf0a5614f59fca0bd87d2ef775f6567b7bc (diff)
404.html & rss
(cherry picked from commit cc704b6b8dcbb8ce7cb9d0a6e59b812a9634e86f)
-rw-r--r--layouts/404.html6
-rw-r--r--layouts/partials/menu.html2
2 files changed, 5 insertions, 3 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 755f296..264e786 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,3 +1,5 @@
{{ define "main" }}
-File not found
-{{ end }} \ No newline at end of file
+<center class="pure-u-1 pure-u-md-1 pure-u-sm-1">
+Page not found
+</center>
+{{ end }}
diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html
index eeee11d..207493b 100644
--- a/layouts/partials/menu.html
+++ b/layouts/partials/menu.html
@@ -68,7 +68,7 @@
</li>
{{ end }}
<li class="pure-menu-item">
- <a href="/atom.xml" title="Atom Feed" class="pure-menu-link">
+ <a href="/posts/index.xml" title="Atom Feed" class="pure-menu-link">
<i class="fas fa-rss-square"></i>
<span class="hide">RSS Feed</span>
</a>