all repos — site @ dbb1f67956cf68dca326e7ebccbcccfe70159388

source for my site, found at icyphox.sh

templates/reading.html (view raw)

 1<!DOCTYPE html>
 2<html lang=en>
 3<link rel="stylesheet" href="/static/style.css" type="text/css">
 4<link rel="stylesheet" href="/static/syntax.css" type="text/css">
 5<link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico">
 6<meta name="description" content="{{ subtitle }}">
 7<meta name="viewport" content="initial-scale=1">
 8<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 9<meta charset="UTF-8">
10<meta content="#222" name="theme-color">
11<meta name="HandheldFriendly" content="true">
12<meta name="twitter:card" content="summary_large_image">
13<meta name="twitter:site" content="@icyphox">
14<meta name="twitter:title" content="{{ title }}">
15<meta name="twitter:description" content="{{ subtitle }}">
16<meta name="twitter:image" content="/static/icyphox.png">
17<meta property="og:title" content="{{ title }}">
18<meta property="og:type" content="website">
19<meta property="og:description" content="{{ subtitle }}">
20<meta property="og:url" content="https://icyphox.sh">
21<meta property="og:image" content="/static/icyphox.png">
22<html>
23  <title>
24    {{ title }}
25  </title>
26<div class="container-text">
27  <header class="header">
28    {{ header }}
29  </header>
30<body> 
31   <div class="content">
32    <div align="left">
33      {{ body }} 
34    </div>
35    <footer>
36      {{ footer }}
37    </footer>
38  </body>
39  </div>
40 </html>