From c2973a957d7db48b76e679bd921c05b1d922444c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Sko=C5=99epov=C3=A1?= <isabella@skorepova.info> Date: Wed, 8 Jan 2020 12:36:29 +0100 Subject: [PATCH] Fix conversion bugs --- theme-source/partials/base.js | 6 +++--- theme-source/partials/list.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/theme-source/partials/base.js b/theme-source/partials/base.js index 35c75ff0..d051981a 100644 --- a/theme-source/partials/base.js +++ b/theme-source/partials/base.js @@ -438,7 +438,7 @@ export function Base({ > Gitlab </a>{' '} - | + |{' '} <a className="orange-text text-lighten-3" target="_blank" @@ -446,14 +446,14 @@ export function Base({ > FĂłrum </a>{' '} - | + |{' '} <a className="orange-text text-lighten-3" href="/clanek/webkamera/" > Webkamera </a>{' '} - | + |{' '} <a className="orange-text text-lighten-3" href="/clanek/jak-nahlasit-chybu/" diff --git a/theme-source/partials/list.js b/theme-source/partials/list.js index 81c48901..9cfc80fc 100644 --- a/theme-source/partials/list.js +++ b/theme-source/partials/list.js @@ -74,7 +74,7 @@ export function List({ subtags, tag, content, metadata, file, config }) { width: '75%', }} > - {dateFilter(page.metadata.published, 'D. M. YYYY')}} napsal + {dateFilter(page.metadata.published, 'D. M. YYYY')} napsal {page.metadata.author.gender === 'F' ? 'a' : ''}{' '} {page.metadata.author.name} </span> -- GitLab