diff options
Diffstat (limited to '_layouts/master.html')
-rw-r--r-- | _layouts/master.html | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/_layouts/master.html b/_layouts/master.html index 294a695..5f7b75d 100644 --- a/_layouts/master.html +++ b/_layouts/master.html @@ -5,24 +5,12 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="alternate" type="application/atom+xml" title="benburwell.com blog posts" href="/feed.xml"> + <link rel="stylesheet" type="text/css" href="/assets/base.css"> + <link rel="stylesheet" type="text/css" href="/assets/normal.css" title="Normal"> + <link rel="alternate stylesheet" type="text/css" href="/assets/h4xx0r.css" title="1337 h4xx0r"> + <link rel="alternate stylesheet" type="text/css" href="/assets/classic.css" title="Classic"> + <link rel="alternate stylesheet" type="text/css" href="/assets/90s.css" title="90's"> <meta name="author" content="Ben Burwell"> - <style> - body { - max-width: 40rem; - padding: 1rem; - margin: auto; - color: #242424; - } - h1, h2, h3, h4, h5, h6 { - font-family: sans-serif; - } - pre { - overflow: auto; - } - img { - max-width: 100%; - } - </style> </head> <body> {{ content }} |