summary refs log tree commit diff stats
path: root/_layouts
diff options
context:
space:
mode:
authorNoah <mounderfod@gmail.com>2023-08-01 12:32:29 +0000
committerNoah <mounderfod@gmail.com>2023-08-01 12:32:29 +0000
commit2858f965c3758f033909f50979f58e3cc7999c7a (patch)
tree59596a81bcf6daf63316130596bbb1759dbf60b9 /_layouts
parentcbfe5811e156fcb6a9d8721116464908782cf006 (diff)
downloadwebsite-2858f965c3758f033909f50979f58e3cc7999c7a.tar.gz
Some layout fixes, remove the time code
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html9
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>