This commit is contained in:
parent
7e8995ef2e
commit
441148fe84
@ -30,8 +30,8 @@ export default ((opts?: Partial<ContentMetaOptions>) => {
|
||||
const segments: (string | JSX.Element)[] = []
|
||||
|
||||
if (fileData.dates) {
|
||||
segments.push("Создана: " + formatDate(fileData.dates.created!, cfg.locale))
|
||||
segments.push("Обновлена: " + formatDate(fileData.dates.modified!, cfg.locale))
|
||||
segments.push("Создана: " + formatDate(fileData.dates.created!, cfg.locale))
|
||||
}
|
||||
|
||||
// Display reading time if enabled
|
||||
|
@ -1,9 +1,5 @@
|
||||
@use "./base.scss";
|
||||
|
||||
article {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
a[href^=http]:not([href*=garden\.struchkov\.dev]):after {
|
||||
content: " ↗"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user