mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
35 lines
1.4 KiB
HTML
35 lines
1.4 KiB
HTML
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width,maximum-scale=2">
|
|
|
|
<title>
|
|
{% if site.data[page.collection].strings.title != page.title %}
|
|
{{ page.title }} |
|
|
{% endif %}
|
|
{{ site.data[page.collection].strings.title }}
|
|
</title>
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
{% if site.rtl contains page.collection %}
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.rtl.min.css" integrity="sha384-mUkCBeyHPdg0tqB6JDd+65Gpw5h/l8DKcCTV2D2UpaMMFd7Jo8A+mDAosaWgFBPl" crossorigin="anonymous">
|
|
{% else %}
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
|
|
{% endif %}
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="/assets/css/style.css">
|
|
|
|
{% include favicon.html %}
|
|
{% include seo.html %}
|
|
|
|
{% if page.collection == "ic-IC" %}
|
|
<script>
|
|
var _jipt = [];
|
|
_jipt.push(['project', 'ds-homebrew-wiki']);
|
|
_jipt.push(['escape', function() {
|
|
window.location.href = "http://wiki.ds-homebrew.com";
|
|
}]);
|
|
</script>
|
|
<script src="//cdn.crowdin.com/jipt/jipt.js"></script>
|
|
{% endif %}
|
|
</head> |