diff options
author | Noah <mounderfod@gmail.com> | 2023-07-30 16:32:44 +0000 |
---|---|---|
committer | Noah <mounderfod@gmail.com> | 2023-07-30 16:32:44 +0000 |
commit | fc63f50cd26daab310976e2ee8fe2dc9e3665a93 (patch) | |
tree | 8d6366e6d411c1ff01685b38711d06b6c4d7c043 /_layouts | |
parent | c5846bba4aed89963ee3ac2bbb212810fdb85792 (diff) | |
download | website-fc63f50cd26daab310976e2ee8fe2dc9e3665a93.tar.gz |
Add some buttons
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 156 |
1 files changed, 71 insertions, 85 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 60bc570..f83d639 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,87 +1,73 @@ <!DOCTYPE html> <html> - <head> - <meta charset="utf-8" /> - <meta http-equiv="X-UA-Compatible" content="IE=edge" /> - <meta property="og:url" content="https://mounderfod.online" /> - <meta property="og:type" content="website" /> - <meta property="og:title" content="Home - mounderfod" /> - <meta - property="og:image" - content="https://cdn.discordapp.com/attachments/838048982873538572/1132359972165013534/image.png" - /> - <title>{{page.title}} - mounderfod</title> - <link - rel="apple-touch-icon" - sizes="180x180" - href="/assets/apple-touch-icon.png" - /> - <link - rel="icon" - type="image/png" - sizes="32x32" - href="/assets/favicon-32x32.png" - /> - <link - rel="icon" - type="image/png" - sizes="16x16" - href="/assets/favicon-16x16.png" - /> - {% if page.layout == "post" %} - <meta - name="description" - content="{{ page.excerpt | strip_html | truncatewords: 50 }}" - /> - <meta - property="og:description" - content="{{ page.excerpt | strip_html | truncatewords: 50 }}" - /> - {% else %} - <meta name="description" content="My little corner of the Internet." /> - <meta - property="og:description" - content="My little corner of the Internet." - /> - {% endif %} - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="stylesheet" href="/assets/index.css" /> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script> - <script src="/timedate.js"></script> - <link rel="me" href="https://github.com/mounderfod" /> - <link rel="me" href="https://mastodon.sdf.org/@mounderfod" /> - <span class="h-card" style="display: none"> - <p class="p-nickname">mounderfod</p> - <p class="p-given-name">Noah</p> - <a class="u-url" rel="me" href="https://mounderfod.online"></a> - <p class="p-country-name">United Kingdom</p> - </span> - <link - rel="webmention" - href="https://webmention.io/www.mounderfod.online/webmention" - /> - </head> - <body> - <marquee - ><p id="timedate" style="font-size: x-large"> - The time is {} and the date is {} - </p></marquee - > - <div id="main">{{content}}</div> - </body> - <hr style="margin-top: 5%;"> - <footer> - <div> - <p style="color: gray; margin-bottom: 0;"> === INDEPENDENT, TRACKERLESS AD === </p> - <iframe src="https://banner.tildeverse.org/work.php?ID=mounderfod" width="468" height="80" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" target="_blank"></iframe> - - </div> - <p style="color: gray;"> - <a style="color: gray; text-decoration-color: gray" href="https://fediring.net/previous?host=mounderfod.online"><--</a> - <a style="color: gray; text-decoration-color: gray" href="https://fediring.net/">Fediring</a> - <a style="color: gray; text-decoration-color: gray" href="https://fediring.net/next?host=mounderfod.online">--></a> - </p> - <p style="color:gray">NO COOKIES, NO TRACKERS, NO BULLSHIT</p> - <p style="color: gray">(c) mounderfod 2023</p> - </footer> -</html> + +<head> + <meta charset="utf-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta property="og:url" content="https://mounderfod.online" /> + <meta property="og:type" content="website" /> + <meta property="og:title" content="Home - mounderfod" /> + <meta property="og:image" + content="https://cdn.discordapp.com/attachments/838048982873538572/1132359972165013534/image.png" /> + <title>{{page.title}} - mounderfod</title> + <link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png" /> + <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png" /> + <link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png" /> + {% if page.layout == "post" %} + <meta name="description" content="{{ page.excerpt | strip_html | truncatewords: 50 }}" /> + <meta property="og:description" content="{{ page.excerpt | strip_html | truncatewords: 50 }}" /> + {% else %} + <meta name="description" content="My little corner of the Internet." /> + <meta property="og:description" content="My little corner of the Internet." /> + {% endif %} + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <link rel="stylesheet" href="/assets/index.css" /> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script> + <script src="/timedate.js"></script> + <link rel="me" href="https://github.com/mounderfod" /> + <link rel="me" href="https://mastodon.sdf.org/@mounderfod" /> + <span class="h-card" style="display: none"> + <p class="p-nickname">mounderfod</p> + <p class="p-given-name">Noah</p> + <a class="u-url" rel="me" href="https://mounderfod.online"></a> + <p class="p-country-name">United Kingdom</p> + </span> + <link rel="webmention" href="https://webmention.io/www.mounderfod.online/webmention" /> +</head> + +<body> + <marquee> + <p id="timedate" style="font-size: x-large"> + The time is {} and the date is {} + </p> + </marquee> + <div id="main">{{content}}</div> +</body> +<hr style="margin-top: 5%;"> +<footer> + <div> + <p style="color: gray; margin-bottom: 0;"> === INDEPENDENT, TRACKERLESS AD === </p> + <iframe src="https://banner.tildeverse.org/work.php?ID=mounderfod" width="468" height="80" marginwidth="0" + marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" target="_blank"></iframe> + + </div> + <p style="color: gray;"> + <a style="color: gray; text-decoration-color: gray" + href="https://fediring.net/previous?host=mounderfod.online"><==</a> + + <a style="color: gray; text-decoration-color: gray" href="https://fediring.net/">Fediring</a> + + <a style="color: gray; text-decoration-color: gray" + href="https://fediring.net/next?host=mounderfod.online">==></a> + </p> + + <img src="https://88by31.neocities.org/music/explicitcontent.png"> + <img src="https://anlucas.neocities.org/got_html.gif"> + <img src="https://88by31.neocities.org/web/firefox.gif"> + <img src="https://88by31.neocities.org/web/lin1.png"> + + <p style="color:gray">NO COOKIES, NO TRACKERS, NO BULLSHIT</p> + <p style="color: gray">(c) mounderfod 2023</p> +</footer> + +</html> \ No newline at end of file |