-
Notifications
You must be signed in to change notification settings - Fork 207
/
Copy pathhead.html
34 lines (26 loc) · 864 Bytes
/
head.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
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<!-- Prism.js is for code blocks -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/themes/prism.css" />
<!-- bootstrap icons, see https://icons.getbootstrap.com/#install -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<!-- Custom stylesheet -->
<link rel="stylesheet" href="/assets/css/style.css">
{% feed_meta %}
<style>
html, body {
height: 100%;
}
body {
display: flex;
flex-flow: column;
}
.footer {
margin-top: auto;
padding-top: 1em;
background-color: #f5f5f5;
}
</style>