diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-06-07 21:47:07 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-06-07 21:47:07 -0400 |
commit | dd75b4a341925e4ba3408b018941241d4317dd9f (patch) | |
tree | 58803a50c84b2ec2278a88186ccbfabba3399f8f /posts | |
parent | c1abd776510d69f6f35ef449875c48b46a5ca95a (diff) | |
download | 53hor-dd75b4a341925e4ba3408b018941241d4317dd9f.tar.xz 53hor-dd75b4a341925e4ba3408b018941241d4317dd9f.zip |
updated with cgi scripts to create on-the-fly rss and index
Diffstat (limited to 'posts')
-rw-r--r-- | posts/2019-07-21-dancing-the-shag-and-the-new-lion-king.html | 19 | ||||
-rw-r--r-- | posts/2021-02-12-louis-vierne-is-a-bamf-and-proof-that-organists-are-metal.html | 5 |
2 files changed, 18 insertions, 6 deletions
diff --git a/posts/2019-07-21-dancing-the-shag-and-the-new-lion-king.html b/posts/2019-07-21-dancing-the-shag-and-the-new-lion-king.html index 9ca4e97..8fb1dfb 100644 --- a/posts/2019-07-21-dancing-the-shag-and-the-new-lion-king.html +++ b/posts/2019-07-21-dancing-the-shag-and-the-new-lion-king.html @@ -8,12 +8,18 @@ property="og:description" content="The World Wide Web pages of Adam Carpenter" /> - <meta property="og:image" content="https://nextcloud.53hor.net/index.php/s/Nx9e7iHbw4t99wo/preview" /> + <meta + property="og:image" + content="https://nextcloud.53hor.net/index.php/s/Nx9e7iHbw4t99wo/preview" + /> <meta property="og:site_name" content="53hor.net" /> - <meta property="og:title" content="Dancing the Shag & Two Left Feet" /> + <meta + property="og:title" + content="Dancing the Shag & The [New] Lion King" + /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://www.53hor.net" /> - <title>53hornet ➙ Dancing the Shag & Two Left Feet</title> + <title>53hornet ➙ Dancing the Shag & The [New] Lion King</title> </head> <body> @@ -27,7 +33,10 @@ </li> <li> <a href="/info.html"> - <img alt="information" src="/includes/icons/information-variant.svg" /> + <img + alt="information" + src="/includes/icons/information-variant.svg" + /> Info </a> </li> @@ -53,7 +62,7 @@ </nav> <article> - <h1>Dancing the Shag & Two Left Feet</h1> + <h1>Dancing the Shag & The [New] Lion King</h1> <p> Not all of my posts are huge, and they probably shouldn't be. Amy and I had a really great time yesterday at Two Left Feet Dance Studio, diff --git a/posts/2021-02-12-louis-vierne-is-a-bamf-and-proof-that-organists-are-metal.html b/posts/2021-02-12-louis-vierne-is-a-bamf-and-proof-that-organists-are-metal.html index 2e7a528..d0f2938 100644 --- a/posts/2021-02-12-louis-vierne-is-a-bamf-and-proof-that-organists-are-metal.html +++ b/posts/2021-02-12-louis-vierne-is-a-bamf-and-proof-that-organists-are-metal.html @@ -35,7 +35,10 @@ </li> <li> <a href="/info.html"> - <img alt="information" src="/includes/icons/information-variant.svg" /> + <img + alt="information" + src="/includes/icons/information-variant.svg" + /> Info </a> </li> |