aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCypher <cypher@server.ky>2023-09-29 15:45:33 -0500
committerCypher <cypher@server.ky>2023-09-29 16:07:03 -0500
commit7b94533aed7b5eea4f395905da94060cd4398430 (patch)
tree9b52820514478c339800f2a373a9d02ffe46cf71
parent9ae9a0451188b2e8c7c20e2461132a31a01f34bc (diff)
downloadlibrefund-7b94533aed7b5eea4f395905da94060cd4398430.tar.xz
Fix missing style links in templates
Update the remaining templates due to a change in style.css's URL.
-rw-r--r--asset/template/contribute_bitcoin.html.tmpl2
-rw-r--r--asset/template/documentation.html.tmpl2
-rw-r--r--asset/template/objective.html.tmpl2
3 files changed, 3 insertions, 3 deletions
diff --git a/asset/template/contribute_bitcoin.html.tmpl b/asset/template/contribute_bitcoin.html.tmpl
index 4d93d5d..4814938 100644
--- a/asset/template/contribute_bitcoin.html.tmpl
+++ b/asset/template/contribute_bitcoin.html.tmpl
@@ -7,7 +7,7 @@
{{if .Title}}
<title>{{.Title}}</title>
{{end}}
- <link rel="stylesheet" type="text/css" href="{{.RootURL}}/style.css">
+ <link rel="stylesheet" type="text/css" href="{{.RootURL}}/static/style.css">
</head>
<body>
diff --git a/asset/template/documentation.html.tmpl b/asset/template/documentation.html.tmpl
index 234c7c4..bb6e76b 100644
--- a/asset/template/documentation.html.tmpl
+++ b/asset/template/documentation.html.tmpl
@@ -1,6 +1,6 @@
<html>
<head>
- <link rel="stylesheet" type="text/css" href="/style.css">
+ <link rel="stylesheet" type="text/css" href="/static/style.css">
</head>
<body>
<div class="top-space">
diff --git a/asset/template/objective.html.tmpl b/asset/template/objective.html.tmpl
index cd7f799..aae46c6 100644
--- a/asset/template/objective.html.tmpl
+++ b/asset/template/objective.html.tmpl
@@ -1,7 +1,7 @@
<html>
<header>
<title>{{.Name}}</title>
- <link rel="stylesheet" type="text/css" href="../../../style.css">
+ <link rel="stylesheet" type="text/css" href="../../../static/style.css">
</header>
<body>
<div class="top-space">