diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-11-27 10:34:19 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-11-27 10:34:19 -0500 |
commit | 0d26219384c908999fbfa942c30e10d44c487899 (patch) | |
tree | 93193ffd91f21d6e22ace0a8ad3378bf129377ae /template.html | |
parent | db88cf6a17bf89759bf555647b14233b99be673c (diff) | |
download | 53hor-0d26219384c908999fbfa942c30e10d44c487899.tar.xz 53hor-0d26219384c908999fbfa942c30e10d44c487899.zip |
added posts as html, fixed nav, updated styles and images
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/template.html b/template.html index b263d6b..4c3460e 100644 --- a/template.html +++ b/template.html @@ -8,20 +8,15 @@ property="og:description" content="The World Wide Web pages of Adam Carpenter" /> - <meta property="og:image" content="test.jpg" /> + <meta property="og:image" content="/includes/images/logo_diag.png" /> <meta property="og:site_name" content="53hor.net" /> - <meta property="og:title" content="Adam Carpenter (53hornet)" /> + <meta property="og:title" content="{{ title }}" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://www.53hor.net" /> - <title>{{ title }}</title> + <title>53hornet ➙ {{ title }}</title> </head> <body> - <header> - <noscript> - You don't have JavaScript enabled? That's cool, neither do I. - </noscript> - </header> <nav> <ul> <li> @@ -38,18 +33,18 @@ </li> <li> <a href="/software.html"> - <img src="includes/icons/git.svg" /> + <img src="/includes/icons/git.svg" /> Software </a> </li> <li> - <a href="/services.html"> + <a href="/hosted.html"> <img src="/includes/icons/desktop-tower.svg" /> Hosted </a> </li> <li> - <a href="/rss.xml"> + <a type="application/rss+xml" type="application/rss+xml" href="/rss.xml"> <img src="/includes/icons/rss.svg" /> RSS </a> @@ -63,15 +58,21 @@ </ul> </nav> - <h1> - {{ title }} - </h1> - <article> + <h1> + {{ title }} + </h1> + <p class="description"> {{ description }} </p> + <ul> + <li>This is what</li> + <li>List items</li> + <li>Look like</li> + </ul> + {{ article }} <pre> |