Browse Source

fix project link offset

main
ghost 10 months ago
parent
commit
2bd867ca45
  1. 2
      nginx/howto.ygg/betahowto.duckdns.org/server.conf

2
nginx/howto.ygg/betahowto.duckdns.org/server.conf

@ -18,6 +18,6 @@ server { @@ -18,6 +18,6 @@ server {
sub_filter_types *;
# Feedback link to project repository
sub_filter '</body>' '<a style="position:fixed;top:20px;right:20px;z-index:999" href="https://github.com/YGGverse/YGGbro/tree/main/nginx/howto.ygg/betahowto.duckdns.org" target="_blank">YGGbro</a></body>';
sub_filter '</body>' '<a style="position:fixed;top:36px;right:8px;z-index:999" href="https://github.com/YGGverse/YGGbro/tree/main/nginx/howto.ygg/betahowto.duckdns.org" target="_blank">YGGbro</a></body>';
}
}

Loading…
Cancel
Save