diff options
Diffstat (limited to 'templates/master.html')
-rw-r--r-- | templates/master.html | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/templates/master.html b/templates/master.html deleted file mode 100644 index 2d572e4..0000000 --- a/templates/master.html +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en-US"> - - <head> - - <meta charset="utf-8" /> - <meta name="author" content="Alexander Rees Scerba" /> -{{ template "meta" . }} - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="stylesheet" href="/static/style.css" /> - <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon" /> - - </head> - - <body> - - <input type="checkbox" class="toggler"> - <div class="hamburger"><div></div></div> - <nav aria-labelledby="global-navigation" class="menu"> - <a href="/">Home</a> - <a href="/projects">Projects</a> - <a href="/blog">Blog</a> - <a href="/about">About</a> - </nav> - - <main> - -{{ template "main" . }} - - </main> - </body> - -</html> |