diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-22 10:58:14 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-22 10:58:14 +0530 |
commit | f35cba1772b0ff607dafbc954279b7dcf733b16c (patch) | |
tree | b34f7c386de116269d7de4d700d417d9ca2c42a2 | |
parent | e88f854064f5bd16dd9a8cd8824569f03a547892 (diff) |
changed danbooru-notice url
-rw-r--r-- | layouts/_default/single.html | 2 |
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> |