-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefault.html
50 lines (43 loc) · 1.79 KB
/
default.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
{% include google_analytics.html %}
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{% seo %}
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
{% include head_custom.html %}
</head>
<body>
<div class="wrapper">
<header>
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
{% if site.logo %}
<img src="{{site.logo | relative_url}}" alt="Logo" />
{% endif %}
<p>{{ site.description | default: site.github.project_tagline }}</p>
{% if site.github.is_project_page %}
<p class="view">Visit us:
<ul>
<li><a href="https://gematik.github.io">Open Source Project<small>gematik.github.io</small></a></li>
<li><a href="https://www.gematik.de">Company Website <small>gematik.de</small></a></li>
<li><a href="https://gemspec.gematik.de">gemSpecPages <small>gemspec.gematik.de</small></a></li>
</ul>
</p>
{% endif %}
</header>
<section>
{{ content }}
</section>
<footer>
{% include footer.html %}
</footer>
</div>
<script id="usercentrics-cmp" src="https://app.usercentrics.eu/browser-ui/latest/loader.js" data-settings-id="_NKfSQXhq" async></script>
<script src="{{ site.baseurl }}/assets/js/scale.fix.js" type="text/plain" cookie-consent="strictly-necessary"></script>
</body>
</html>