[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: Remove the meta author tag
From: |
Christopher Baines |
Subject: |
02/04: Remove the meta author tag |
Date: |
Wed, 8 Apr 2020 13:15:17 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository data-service.
commit 491cea9e6c7b2e7951926e53c53da4a43b26d317
Author: Christopher Baines <address@hidden>
AuthorDate: Wed Apr 8 17:40:41 2020 +0100
Remove the meta author tag
As I'm not the only author :)
---
guix-data-service/web/view/html.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/guix-data-service/web/view/html.scm
b/guix-data-service/web/view/html.scm
index 0e80454..1967247 100644
--- a/guix-data-service/web/view/html.scm
+++ b/guix-data-service/web/view/html.scm
@@ -72,7 +72,6 @@
(title ,title)
(meta (@ (http-equiv "Content-Type")
(content "text/html; charset=UTF-8")))
- (meta (@ (name "author") (content "Christopher Baines")))
(meta (@ (name "viewport")
(content "width=device-width, initial-scale=1")))
(link