mirror of
https://github.com/wassname/template.git
synced 2026-07-11 13:49:00 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 315e888810 |
@@ -28,6 +28,7 @@ export function serializeFrontmatterToBibtex(frontMatter) {
|
|||||||
title = {${frontMatter.title}},
|
title = {${frontMatter.title}},
|
||||||
journal = {${frontMatter.journal.title}},
|
journal = {${frontMatter.journal.title}},
|
||||||
year = {${frontMatter.publishedYear}},
|
year = {${frontMatter.publishedYear}},
|
||||||
note = {${frontMatter.url}}
|
note = {${frontMatter.url}},
|
||||||
|
doi = {${frontMatter.doi}}
|
||||||
}`;
|
}`;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -105,14 +105,16 @@ figure svg text,
|
|||||||
figure svg tspan {
|
figure svg tspan {
|
||||||
}
|
}
|
||||||
|
|
||||||
figcaption {
|
figcaption,
|
||||||
|
.figcaption {
|
||||||
color: rgba(0, 0, 0, 0.6);
|
color: rgba(0, 0, 0, 0.6);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(min-width: 1024px) {
|
@media(min-width: 1024px) {
|
||||||
figcaption {
|
figcaption,
|
||||||
|
.figcaption {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user