Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ok1kvk.cz
content
Commits
c2973a95
Commit
c2973a95
authored
Jan 08, 2020
by
Isabella Skořepová
Browse files
Fix conversion bugs
parent
9abee8cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
theme-source/partials/base.js
View file @
c2973a95
...
...
@@ -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/
"
...
...
theme-source/partials/list.js
View file @
c2973a95
...
...
@@ -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
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment