feat: add Katex

This commit is contained in:
Dillon
2019-08-05 21:15:01 +08:00
parent 0e31808712
commit 95aeca1c41
12 changed files with 235 additions and 216 deletions

View File

@@ -30,10 +30,14 @@
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
{{ partial "css" . }}
{{ partial "css.html" . }}
{{ with .OutputFormats.Get "RSS" }}
<link rel="alternate" href="{{ .RelPermalink }}" type="application/rss+xml" title="{{ site.Title }}">
<link rel="feed" href="{{ .RelPermalink }}" type="application/rss+xml" title="{{ site.Title }}">
{{ end }}
{{ template "_internal/twitter_cards.html" . }}
{{ partial "seo_schema" . }}
{{ partial "seo_schema.html" . }}