aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-07-31 17:24:05 -0300
committerEuAndreh <eu@euandre.org>2021-08-01 19:21:44 -0300
commit5af55c12157c58841d8c2d9a3a357d2c1a2eaa82 (patch)
tree6a0e1257002cc1d3dc4661fabb3f61a057b619d6
parenttests/submodules/: Add submodule repositories for unit and (future) integrati... (diff)
downloadgistatic-5af55c12157c58841d8c2d9a3a357d2c1a2eaa82.tar.gz
gistatic-5af55c12157c58841d8c2d9a3a357d2c1a2eaa82.tar.xz
src/templates/: Point to the ../static folder for CSS and logo
-rw-r--r--src/templates/files.html6
-rw-r--r--src/templates/log.html6
-rw-r--r--src/templates/refs.html6
3 files changed, 9 insertions, 9 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
diff --git a/src/templates/log.html b/src/templates/log.html
index decd2f9..5052c24 100644
--- a/src/templates/log.html
+++ b/src/templates/log.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
diff --git a/src/templates/refs.html b/src/templates/refs.html
index 2257f70..2f992f7 100644
--- a/src/templates/refs.html
+++ b/src/templates/refs.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