feat(article): use markdownify for licence in article (#273)

* Use markdownify for licence in article

So we can use links, e.g. to credits for main photo.

* refactor: move .article-copyright style to partials/layout/article

Co-authored-by: Jimmy Cai <github@jimmycai.com>
This commit is contained in:
Simon Guest
2021-07-25 19:50:52 +02:00
committed by GitHub
co-authored by Jimmy Cai
parent dcfc7b5589
commit 44e3d20bad
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -70,6 +70,12 @@
flex-wrap: wrap;
text-transform: unset;
}
.article-copyright {
a {
color: var(--body-text-color);
}
}
}
}
}