Browse Source

highlight project link

main
ghost 4 months ago
parent
commit
7d73993029
  1. 2
      nginx/mentallandscape.com/mentallandscape.com.bro.ygg/server.conf
  2. 2
      nginx/mentallandscape.com/yggbro/mentallandscape.com/location.conf

2
nginx/mentallandscape.com/mentallandscape.com.bro.ygg/server.conf

@ -33,6 +33,6 @@ server { @@ -33,6 +33,6 @@ server {
sub_filter "url('/" "url('http://mentallandscape.com.bro.ygg/";
# 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/mentallandscape.com/mentallandscape.com.bro.ygg" target="_blank">YGGbro</a></body>';
sub_filter '</body>' '<a style="position:fixed;top:20px;right:20px;z-index:999;color:#fff" href="https://github.com/YGGverse/YGGbro/tree/main/nginx/mentallandscape.com/mentallandscape.com.bro.ygg" target="_blank">YGGbro</a></body>';
}
}

2
nginx/mentallandscape.com/yggbro/mentallandscape.com/location.conf

@ -22,5 +22,5 @@ location /yggbro/mentallandscape.com { @@ -22,5 +22,5 @@ location /yggbro/mentallandscape.com {
sub_filter "url('/" "url('http://[$server_addr]/yggbro/mentallandscape.com/";
# 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/mentallandscape.com/yggbro/mentallandscape.com" target="_blank">YGGbro</a></body>';
sub_filter '</body>' '<a style="position:fixed;top:20px;right:20px;z-index:999;color:#fff" href="https://github.com/YGGverse/YGGbro/tree/main/nginx/mentallandscape.com/yggbro/mentallandscape.com" target="_blank">YGGbro</a></body>';
}
Loading…
Cancel
Save