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

github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordataCobra <datacobra@thinkbot.de>2021-03-06 16:18:39 +0300
committerdataCobra <datacobra@thinkbot.de>2021-03-06 16:18:39 +0300
commit09b7be504b3265b5f756a25f1e16c3ce0360e47f (patch)
tree9df0ceab8df3b97209cf8192a3e911b1067509f3 /layouts
parentbca5da445e6ab48baf9508f161988f78d15939b2 (diff)
Refactoring of 404.html
Diffstat (limited to 'layouts')
-rw-r--r--layouts/404.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 108a173..c7e55df 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,6 +1,4 @@
{{- define "main" }}
<h1 class="page-title">{{ i18n "404title" }}</h1>
-<p>
-{{ i18n "404text" }}
-</p>
+<p>{{ i18n "404text" }}</p>
{{- end }}