aboutsummaryrefslogtreecommitdiff
path: root/src/templates/refs.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-01 20:01:11 -0300
committerEuAndreh <eu@euandre.org>2021-08-01 20:26:09 -0300
commit24d7071e146dc8085fd0870983bedd571f59868c (patch)
treecc7354269a8c24e4ba0f2729e8941f5e04ea4771 /src/templates/refs.html
parentsrc/templates/: Point to the ../static folder for CSS and logo (diff)
downloadgistatic-24d7071e146dc8085fd0870983bedd571f59868c.tar.gz
gistatic-24d7071e146dc8085fd0870983bedd571f59868c.tar.xz
src/gistatic.c: Support generating refs.html file
Diffstat (limited to 'src/templates/refs.html')
-rw-r--r--src/templates/refs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/refs.html b/src/templates/refs.html
index 2f992f7..7d1e1c1 100644
--- a/src/templates/refs.html
+++ b/src/templates/refs.html
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
- <link rel="icon" type="image/svg+xml" href=../static/logo.svg" />
+ <link rel="icon" type="image/svg+xml" href="../static/logo.svg" />
<link rel="stylesheet" type="text/css" href="../static/styles.css" />
<link rel="alternate" type="application/atom+xml" href="$PREFIX/commits.xml" title="$PROJECT_NAME - commit feed" hreflang="en" />
<link rel="alternate" type="application/atom+xml" href="$PREFIX/tags.xml" title="$PROJECT_NAME - tags feed" hreflang="en" />