aboutsummaryrefslogtreecommitdiff
path: root/templates/html_header.html
blob: 533aa5248c6d3159c05ef88ef694e11d2652d565 (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="https://use.fontawesome.com/releases/v5.3.1/css/all.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>