aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-22 10:58:14 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-22 10:58:14 +0530
commitf35cba1772b0ff607dafbc954279b7dcf733b16c (patch)
treeb34f7c386de116269d7de4d700d417d9ca2c42a2
parente88f854064f5bd16dd9a8cd8824569f03a547892 (diff)
changed danbooru-notice url
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 4602cac..da62135 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -2,7 +2,7 @@
<div class="section" style="background-color: {{ .Params.bgColor }};">
<div class="section-child">
<div class="img-r">
- <a href="/danbooru-notice/">
+ <a href="/image-ownership-notice/">
<img src="{{ .Params.img }}" alt="{{ .Params.imgAlt }}"/>
</a>
</div>