From 1a6d0115d0e7a07931313daaa51d5fcab24ebda5 Mon Sep 17 00:00:00 2001 From: Raoul Date: Mon, 23 Apr 2018 19:54:24 +0200 Subject: [PATCH] Fix multi-lang content fallback --- content/{photos.md => photos.de.md} | 0 content/photos.en.md | 1 + content/photos.fr.md | 1 + content/photos.it.md | 1 + themes/cosin-theme/static/css/custom.css | 2 +- 5 files changed, 4 insertions(+), 1 deletion(-) rename content/{photos.md => photos.de.md} (100%) create mode 120000 content/photos.en.md create mode 120000 content/photos.fr.md create mode 120000 content/photos.it.md diff --git a/content/photos.md b/content/photos.de.md similarity index 100% rename from content/photos.md rename to content/photos.de.md diff --git a/content/photos.en.md b/content/photos.en.md new file mode 120000 index 0000000..1560e0a --- /dev/null +++ b/content/photos.en.md @@ -0,0 +1 @@ +photos.de.md \ No newline at end of file diff --git a/content/photos.fr.md b/content/photos.fr.md new file mode 120000 index 0000000..1560e0a --- /dev/null +++ b/content/photos.fr.md @@ -0,0 +1 @@ +photos.de.md \ No newline at end of file diff --git a/content/photos.it.md b/content/photos.it.md new file mode 120000 index 0000000..1560e0a --- /dev/null +++ b/content/photos.it.md @@ -0,0 +1 @@ +photos.de.md \ No newline at end of file diff --git a/themes/cosin-theme/static/css/custom.css b/themes/cosin-theme/static/css/custom.css index 37b0fb7..ac0d0b8 100644 --- a/themes/cosin-theme/static/css/custom.css +++ b/themes/cosin-theme/static/css/custom.css @@ -47,7 +47,7 @@ a:hover { overflow: hidden; margin: 0px; margin-right: 20px; - margin-left: 250px; + margin-left: 240px; padding: 0px; }