diff options
author | Christian Cleberg <hello@cleberg.net> | 2023-05-31 21:36:23 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2023-05-31 21:36:23 -0500 |
commit | 6c65601cc4781a4fac00f4ae2a7a8def24c28e72 (patch) | |
tree | 873f6a066dcd47ce42c1370017792d2fdb0cdff7 /templates | |
parent | cac7a38b16f0f6d08ba7176d52f475cb14036b0a (diff) | |
download | hn-6c65601cc4781a4fac00f4ae2a7a8def24c28e72.tar.gz hn-6c65601cc4781a4fac00f4ae2a7a8def24c28e72.tar.bz2 hn-6c65601cc4781a4fac00f4ae2a7a8def24c28e72.zip |
formatting
Diffstat (limited to 'templates')
-rw-r--r-- | templates/template.html | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/templates/template.html b/templates/template.html index 9cf7c2a..bceb26f 100644 --- a/templates/template.html +++ b/templates/template.html @@ -2,35 +2,35 @@ <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="{canoncial_url}"> - <link rel="icon" href="/favicon.ico"> - <link rel="stylesheet" href="/static/styles.css"> + <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="{canoncial_url}"> + <link rel="icon" href="/favicon.ico"> + <link rel="stylesheet" href="/static/styles.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> + <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> - <h2>Contact</h2> - <p><a href="https://sr.ht/~cmc/hn/">Source Code</a></p> - <p>Copyright © 2023 - {current_year}</p> -</footer> + <footer> + <h2>Contact</h2> + <p><a href="https://sr.ht/~cmc/hn/">Source Code</a></p> + <p>Copyright © 2023 - {current_year}</p> + </footer> </body> |