summaryrefslogtreecommitdiff
path: root/layouts/home.html
diff options
context:
space:
mode:
authorPrefetch2022-09-27 21:20:05 +0200
committerPrefetch2022-09-28 20:51:35 +0200
commit03accd13c0a6ec4de2d8001edf3ce7553f831160 (patch)
tree59840d0c443752c6fef87f74597e032db91cd219 /layouts/home.html
parent7e0b6df586da7c79df3853ba0bdc9f98c10af839 (diff)
Clean up CSS, minor design changes
Diffstat (limited to 'layouts/home.html')
-rw-r--r--layouts/home.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/home.html b/layouts/home.html
index 58fce38..af50f09 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -6,7 +6,6 @@
</head>
<body>
{{ partial "navigation.html" . }}
-<img src="/logo256x256.gif" style="float:left;margin-right:16px;border:2px solid #666">
{{ .Content }}
{{ partial "footer.html" . }}
</body>