diff options
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 1866841..ee01499 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -23,7 +23,6 @@ <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"> @@ -36,18 +35,14 @@ </head> <body> - <marquee> - <p id="timedate" style="font-size: x-large"> - The time is {} and the date is {} - </p> - </marquee> + <h1><a href="/" style="text-decoration: none;">[mounderfod]</a></h1> <div id="main">{{content}}</div> </body> <hr style="margin-top: 5%;"> <footer> <div style="overflow: scroll;"> <p style="color: gray; margin-bottom: 0;"> === INDEPENDENT, TRACKERLESS AD === </p> - <iframe src="https://banner.tildeverse.org/work.php?ID=mounderfod" width="468" height="70" marginwidth="0" + <iframe src="https://banner.tildeverse.org/work.php?ID=mounderfod" width="478" height="70" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" target="_blank"></iframe> </div> |