diff options
author | Christopher Baines <mail@cbaines.net> | 2020-04-08 17:40:41 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-04-08 17:40:41 +0100 |
commit | 491cea9e6c7b2e7951926e53c53da4a43b26d317 (patch) | |
tree | 5b73ea608e4a89eb36bdcf36f209fe252b621695 /guix-data-service | |
parent | 0b9098981a7edcc97f5425ffb71a8b6a25287032 (diff) | |
download | data-service-491cea9e6c7b2e7951926e53c53da4a43b26d317.tar data-service-491cea9e6c7b2e7951926e53c53da4a43b26d317.tar.gz |
Remove the meta author tag
As I'm not the only author :)
Diffstat (limited to 'guix-data-service')
-rw-r--r-- | guix-data-service/web/view/html.scm | 1 |
1 files changed, 0 insertions, 1 deletions
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 |