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

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i18n/en.toml2
-rw-r--r--layouts/shortcodes/smallDate.html1
-rw-r--r--static/css/main.css2
3 files changed, 2 insertions, 3 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index a453ca0..c654d8a 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -17,7 +17,7 @@
[dateTimeFormat]
other = "Jan 2, 2006 at 15:04"
[dateFormat]
- other = "Jan 2, 2016"
+ other = "Jan 2, 2006"
[allTags]
other = "All tags"
[gdprNotice]
diff --git a/layouts/shortcodes/smallDate.html b/layouts/shortcodes/smallDate.html
new file mode 100644
index 0000000..5fc54a9
--- /dev/null
+++ b/layouts/shortcodes/smallDate.html
@@ -0,0 +1 @@
+<p class="small section-date gray-light">{{ dateFormat (i18n "dateFormat") (.Get 0) }}</p>
diff --git a/static/css/main.css b/static/css/main.css
index ffce049..e7debbe 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -305,8 +305,6 @@ I don't use the default pager-class because I want to use the normal buttons wit
}
.delimiter {
- margin-left: -20px;
- margin-right: -20px;
margin-top: 20px;
margin-bottom: 20px;
}