[gimp-web-devel/hugo] Fix titlebar image paths in baseof.html layout
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web-devel/hugo] Fix titlebar image paths in baseof.html layout
- Date: Sat, 6 Aug 2022 18:13:13 +0000 (UTC)
commit 8199723ef33989af7755354567f911614749d2b0
Author: Pat David <patdavid gmail com>
Date: Sat Aug 6 13:12:14 2022 -0500
Fix titlebar image paths in baseof.html layout
Made the image paths point to the proper place now that we've
moved them into the /static/images/ directory.
themes/hyde/layouts/_default/baseof.html | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/themes/hyde/layouts/_default/baseof.html b/themes/hyde/layouts/_default/baseof.html
index 7f5133f..8b9d986 100644
--- a/themes/hyde/layouts/_default/baseof.html
+++ b/themes/hyde/layouts/_default/baseof.html
@@ -1,10 +1,10 @@
{{ partial "head.html" . }}
<body class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}">
<div class="titlebar">
- <a href="index.html">
- <img class="titlebarleft" src="images/developer-left.png" alt="" />
+ <a href="/">
+ <img class="titlebarleft" src="/images/developer-left.png" alt="" />
</a>
- <img class="titlebarright" src="images/developer-right.png" alt="" />
+ <img class="titlebarright" src="/images/developer-right.png" alt="" />
</div>
<div class="webpage">
<a name="home" id="home"></a>
@@ -34,10 +34,12 @@
</span>
</div>
<div style="clear: both; margin: 0; width: 100%; "></div>
+ <!--
<div class="validator">
<span style="position: absolute; left: 0; font-size: xx-small;">
<a href="http://validator.w3.org/check/referer">Validate XHTML</a>
</span>
</div>
+ -->
</body>
</html>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]