diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/template.html | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/templates/template.html b/templates/template.html deleted file mode 100644 index 51b24b7..0000000 --- a/templates/template.html +++ /dev/null @@ -1,36 +0,0 @@ -<!doctype html> -<html lang="en"> - -<head> - <title>{page_title}</title> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> - <meta http-equiv="x-ua-compatible" content="ie=edge"> - <meta name="author" content="My Name"> - <meta name="description" content="{page_description}"> - <link rel="canonical" href="{canonical_url}"> - <!--<link rel="icon" href="/favicon.ico">--> - <link rel="stylesheet" href="/static/styles.min.css"> -</head> - -<body> - <main id="main"> - <nav class="links"> - <span><a href="/">Top</a> · </span> - <span><a href="/best/">Best</a> ·</span> - <span><a href="/new/">New</a> ·</span> - <span><a href="/ask/">Ask</a> ·</span> - <span><a href="/show/">Show</a> ·</span> - <span><a href="/job/">Job</a></span> - </nav> - {content} - </main> - - <footer> - <p><a href="https://sr.ht/~cmc/hn/">Source Code</a></p> - <p>Copyright © 2023 - {current_year}</p> - </footer> - -</body> - -</html> |