aboutsummaryrefslogtreecommitdiff
path: root/templates/html_header.html
blob: 9357d2db256e6adc87cd9df19e2b67b26a5d0b3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">

    <meta name="author" content="Kenny Ballou">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

    <base href="/" />
    <title>~kb/blog</title>

    <link rel="canonical" href="" />
    <link href="/index.xml" rel="alternate" type="application/rss+xml"
          title="~kb/blog" />

    <link rel="stylesheet"
          href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
    <script type="text/javascript" async
            src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML"></script>

    <link rel="stylesheet" href="/css/site.css" />
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
</head>