mirror of
https://github.com/LeuisKen/leuisken.github.io.git
synced 2026-01-18 14:27:07 +00:00
23 lines
1019 B
HTML
23 lines
1019 B
HTML
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>
|
|
{% if page.title %}
|
|
{{ page.title }} | {{ site.title }}
|
|
{% else %}
|
|
{{ site.title }}
|
|
{% endif %}</title>
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta name="description" content="{% if page.description %}{{ page.description }} {% else %} {{ site.description }} {% endif %}">
|
|
<link rel="alternate" type="application/rss+xml" title="leuisken的小屋 RSS" href="{{ "/feed.xml" | prepend: site.baseurl }}">
|
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
|
|
<link href="/assets/images/favicon.png" rel="shortcut icon" type="image/x-icon" />
|
|
|
|
<!-- Custom CSS -->
|
|
<link rel="stylesheet" href="/release/style.2699c0a3.css">
|
|
|
|
<!-- handle external js files -->
|
|
<script type="text/javascript" src="/assets/js/lib/jquery/jquery-1.11.1.min.js"></script>
|
|
|
|
</head>
|