diff options
Diffstat (limited to '')
-rw-r--r-- | src/templates/commit.html (renamed from etc/gistatic/templates/html/commit.tmpl) | 0 | ||||
-rw-r--r-- | src/templates/head.html (renamed from etc/gistatic/templates/html/head.html.tmpl) | 2 | ||||
-rw-r--r-- | src/templates/header.html (renamed from etc/gistatic/templates/html/header.html.tmpl) | 0 | ||||
-rw-r--r-- | src/templates/log.html (renamed from etc/gistatic/templates/html/log.html.tmpl) | 0 |
4 files changed, 1 insertions, 1 deletions
diff --git a/etc/gistatic/templates/html/commit.tmpl b/src/templates/commit.html index e69de29..e69de29 100644 --- a/etc/gistatic/templates/html/commit.tmpl +++ b/src/templates/commit.html diff --git a/etc/gistatic/templates/html/head.html.tmpl b/src/templates/head.html index 7f036d5..e6988ec 100644 --- a/etc/gistatic/templates/html/head.html.tmpl +++ b/src/templates/head.html @@ -1,7 +1,7 @@ <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="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" /> diff --git a/etc/gistatic/templates/html/header.html.tmpl b/src/templates/header.html index bbad31a..bbad31a 100644 --- a/etc/gistatic/templates/html/header.html.tmpl +++ b/src/templates/header.html diff --git a/etc/gistatic/templates/html/log.html.tmpl b/src/templates/log.html index 7caa079..7caa079 100644 --- a/etc/gistatic/templates/html/log.html.tmpl +++ b/src/templates/log.html |