Aghh
This commit is contained in:
parent
0fe6c18504
commit
6eb59d8858
|
@ -19,6 +19,8 @@ params:
|
|||
safari_pinned_tab: "https://blog.morgan.kr/favicon.ico"
|
||||
mainSections:
|
||||
- posts
|
||||
links:
|
||||
- blogs
|
||||
label:
|
||||
icon: /favicon.png
|
||||
icon_inv: /favicon-inv.png
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.10/dist/katex.min.css" integrity="sha384-wcIxkf4k558AjM3Yz3BBFQUbk/zgIYC2R0QpeeYb+TwlBVMrlgLqwRjRtGZiK7ww" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.10/dist/katex.min.js" integrity="sha384-hIoBPJpTUs74ddyc4bFZSM1TVlQDA60VBbJS0oA934VSz82sBx1X7kSx2ATBDIyd" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.10/dist/contrib/auto-render.min.js" integrity="sha384-43gviWU0YVjaDtb/GhzOouOXtZMP/7XUzwPTstBeZFe/+rCMvRwr4yROQP43s0Xk" crossorigin="anonymous"></script>
|
||||
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
renderMathInElement(document.body, {
|
||||
|
|
|
@ -18,4 +18,7 @@
|
|||
{{ end }}
|
||||
</ul>
|
||||
</content>
|
||||
{{- if .IsHome }}
|
||||
<a href="/blogs" style="font-size:10px; color: #AAA; bottom: 12px; position: fixed;">-</a>
|
||||
{{- end }}
|
||||
{{ end }}
|
Loading…
Reference in New Issue