diff options
Diffstat (limited to 'common.html')
-rw-r--r-- | common.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/common.html b/common.html new file mode 100644 index 0000000..24f7c2f --- /dev/null +++ b/common.html @@ -0,0 +1,14 @@ +<!-- change this! --> +<link + rel="alternate" + type="application/rss+xml" + title="Cool blog" + href="feed.rss" +/> + +<link + rel="stylesheet" + href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css" + integrity="sha384-n8MVd4RsNIU0tAv4ct0nTaAbDJwPJzDEaqSD1odI+WdtXRGWt2kTvGFasHpSy3SV" + crossorigin="anonymous" +/> |