about summary refs log tree commit diff
path: root/templates/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default.html')
-rw-r--r--templates/default.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/templates/default.html b/templates/default.html
index 2ab8460..d3f2ca0 100644
--- a/templates/default.html
+++ b/templates/default.html
@@ -1,19 +1,20 @@
 <!doctype html>
 <html lang="en">
   <head>
-    <meta charset="utf-8">
-    <meta http-equiv="x-ua-compatible" content="ie=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta charset="utf-8"/>
+    <meta http-equiv="x-ua-compatible" content="ie=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1"/>
     <title>dyniec - $title$</title>
     <link rel="stylesheet" href="/style.css" />
-    <link rel="icon" type="image/png" href="images/icon.png"/>
-    <link rel="apple-touch-icon" type="image/png" href="images/icon.png"/>
+    <link rel="icon" type="image/png" href="/images/icon.png"/>
+    <link rel="apple-touch-icon" type="image/png" href="/images/icon.png"/>
   </head>
   <body>
     <aside>
       <div>
 	<a href="/">
-	  <img src="/images/profile.webp" type="image/webp" alt="dyniec's website" title="dyniec's website">
+	  <img src="/images/profile.webp" type="image/webp" alt="dyniec's website" title="dyniec's website"
+    width="120" height="120">
 	</a>
 	
 	<nav>
@@ -37,8 +38,8 @@
 	
       </div>
       <footer>
-        Site proudly generated by
-        <a href="http://jaspervdj.be/hakyll">Hakyll</a>
+	<a href=https://git.dybiec.info/website/>Site</a> proudly generated by
+        <a href="https://jaspervdj.be/hakyll">Hakyll</a>
       </footer>
     </main>
   </body>