aboutsummaryrefslogtreecommitdiff
path: root/src/templates/files.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/files.html')
-rw-r--r--src/templates/files.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/files.html b/src/templates/files.html
index cba4c0b..b2fd2af 100644
--- a/src/templates/files.html
+++ b/src/templates/files.html
@@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
- <link rel="icon" type="image/svg+xml" href="$PREFIX/static/logo.svg" />
- <link rel="stylesheet" type="text/css" href="$PREFIX/static/styles.css" />
+ <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" />
@@ -20,7 +20,7 @@
<body>
<header>
<div id="horizontal-aligner-of-logo-and-header-items">
- <img id="repository-logo" src="$PREFIX/static/logo.svg" alt="Logo image of the repository" />
+ <img id="repository-logo" src="../static/logo.svg" alt="Logo image of the repository" />
<div id="vertical-aligner-of-project-name-and-description">
<h1>
$PROJECT_NAME