aboutsummaryrefslogtreecommitdiff
path: root/src/templates/head.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-05-30 19:50:39 -0300
committerEuAndreh <eu@euandre.org>2021-05-30 19:50:39 -0300
commit04900bbecb4909518583b9a847aa0b87bd2e4650 (patch)
treeb262c0c6d326c9acebb6a40b45c00f60c4c7a84e /src/templates/head.html
parentWIP init Rust (diff)
downloadgistatic-04900bbecb4909518583b9a847aa0b87bd2e4650.tar.gz
gistatic-04900bbecb4909518583b9a847aa0b87bd2e4650.tar.xz
Remove existing templates
Diffstat (limited to 'src/templates/head.html')
-rw-r--r--src/templates/head.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/templates/head.html b/src/templates/head.html
deleted file mode 100644
index e6988ec..0000000
--- a/src/templates/head.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
- <link rel="alternate" type="application/atom+xml" title="{{ name }} atom feed of commits" href="commits.xml" />
- <link rel="alternate" type="application/atom+xml" title="{{ name }} atom feed of tags" href="tags.xml" />
- <link rel="stylesheet" type="text/css" href="style.css" />
-
- <title>Log - {{ name }} - {{ description }}</title>
-
- <!-- FIXME: metadata tags -->
-</head>