Add a mastodon link tag

This commit is contained in:
Dhananjay Balan 2024-03-19 14:35:53 +01:00
parent f8a0f288b9
commit e756e343e9
2 changed files with 40 additions and 33 deletions

View File

@ -1,38 +1,44 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge"> <meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>$title$</title> <title>$title$</title>
<link rel="stylesheet" href="/css/fonts.css" /> <link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="/css/theme.css" /> <link rel="stylesheet" href="/css/theme.css" />
<link rel="stylesheet" href="/css/syntax.css" /> <link rel="stylesheet" href="/css/syntax.css" />
</head> </head>
<body> <body>
<header> <header>
<div class="header"> <div class="header">
<div id="title"><a href="/">BINARY STROLLS</a></div> <div id="title"><a href="/">BINARY STROLLS</a></div>
<div id="nav"><a href="/archive.html">Archive</a><a href="https://dbalan.in">About</a></div> <div id="nav">
<a href="/archive.html">Archive</a><a href="https://dbalan.in"
>About</a
>
</div> </div>
</header> </div>
<section> </header>
$body$ <section>$body$</section>
</section> <hr id="footerdiv" />
<hr id="footerdiv"> <footer>
<footer> <p><a href="https://notwork.in/@notmycommit">Comments? toot me!</a></p>
<p><a href="https://notwork.in/@notmycommit">Comments? toot me!</a></p> <p>
<p> <a href="https://git.sr.ht/~dbalan/blogng">Source Code</a> -
<a href="https://git.sr.ht/~dbalan/blogng">Source Code</a> - <a href="https://jaspervdj.be/hakyll/"> built with hakyll</a> -
<a href="https://jaspervdj.be/hakyll/"> built with hakyll</a> - <a href="/atom.xml"> Atom Feed</a>
<a href="/atom.xml"> Atom Feed</a> </p>
</p> <a href="https://creativecommons.org/licenses/by-nc/4.0/"
<a href="https://creativecommons.org/licenses/by-nc/4.0/"><img src="/images/cc-by-nc.svg"></a> ><img src="/images/cc-by-nc.svg"
<p> /></a>
Want to become a better programmer? <a href="https://www.recurse.com/scout/click?t=7fa4273c56d752484c0e30d3fbb0d52a">Join the Recurse Center!</a> <p>
</p> Want to become a better programmer?
<a
</footer> href="https://www.recurse.com/scout/click?t=7fa4273c56d752484c0e30d3fbb0d52a"
</body> >Join the Recurse Center!</a
</body> >
</p>
</footer>
</body>
</html> </html>

View File

@ -10,6 +10,7 @@
<link rel="stylesheet" href="/css/theme.css" /> <link rel="stylesheet" href="/css/theme.css" />
<link rel="stylesheet" href="/css/syntax.css" /> <link rel="stylesheet" href="/css/syntax.css" />
<link rel="stylesheet" href="/css/pages.css" /> <link rel="stylesheet" href="/css/pages.css" />
<link rel="me" href="https://notwork.in/@notmycommit" />
<!-- Place favicon.ico in the root directory --> <!-- Place favicon.ico in the root directory -->
</head> </head>