stacosys
This commit is contained in:
parent
0ee840ac81
commit
d9a5a5bc00
15 changed files with 2689 additions and 16 deletions
|
|
@ -6,6 +6,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" type="text/css" href="/css/knacss.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
||||
|
||||
|
|
@ -24,6 +25,10 @@
|
|||
|
||||
<!-- RSS -->
|
||||
<link type="application/atom+xml" rel="alternate" href="{{ site_url }}/rss.xml" title="{{ title }}" />
|
||||
|
||||
<script src="{{ site_url }}/js/md5.js" async></script>
|
||||
<script src="{{ site_url }}/js/markdown.min.js" async></script>
|
||||
<script src="{{ site_url }}/js/page.js" async></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue