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:
authorHauke Stieler <mail@hauke-stieler.de>2019-04-16 23:26:28 +0300
committerHauke Stieler <mail@hauke-stieler.de>2019-04-16 23:26:28 +0300
commit6c5ef4f6cfc0466158e95b07aefeb68d61bde023 (patch)
tree93d2ca359f288e0ea942b2b2e2ceb1b3d2866653
parent3930a011e991a6bab4386ad673d3d229fdb0634c (diff)
parent28f49f43ba8bfaa15ba3793402987eaabb6e0e25 (diff)
Merge branch 'dev' for v0.5.2v0.5.2
-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;
}