mirror of
https://github.com/kaka111222333/kaka111222333.github.io.git
synced 2025-12-18 15:54:37 +08:00
29 lines
1.1 KiB
HTML
29 lines
1.1 KiB
HTML
<head>
|
||
<title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }}</title>
|
||
|
||
{% include meta.html %}
|
||
{% include fonts.html %}
|
||
|
||
<!--[if lt IE 9]>
|
||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||
<![endif]-->
|
||
|
||
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
|
||
<link rel="alternate" type="application/rss+xml" title="{{ site.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />
|
||
<link rel="shortcut icon" href="{{ site.favicon }}">
|
||
<script src="https://cdn.jsdelivr.net/npm/gitalk@1/dist/gitalk.min.js"></script>
|
||
<script src="https://kit.fontawesome.com/56f7faf3f4.js"></script>
|
||
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
|
||
<script type="text/x-mathjax-config">
|
||
MathJax.Hub.Config({
|
||
tex2jax: {
|
||
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
|
||
inlineMath: [['$','$']]
|
||
}
|
||
});
|
||
</script>
|
||
|
||
<!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
|
||
|
||
</head>
|