mirror of
https://github.com/YGGverse/YGGbro.git
synced 2026-03-31 09:35:32 +00:00
highlight project link
This commit is contained in:
parent
535225f395
commit
7d73993029
2 changed files with 2 additions and 2 deletions
|
|
@ -33,6 +33,6 @@ server {
|
||||||
sub_filter "url('/" "url('http://mentallandscape.com.bro.ygg/";
|
sub_filter "url('/" "url('http://mentallandscape.com.bro.ygg/";
|
||||||
|
|
||||||
# Feedback link to project repository
|
# 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>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,5 +22,5 @@ location /yggbro/mentallandscape.com {
|
||||||
sub_filter "url('/" "url('http://[$server_addr]/yggbro/mentallandscape.com/";
|
sub_filter "url('/" "url('http://[$server_addr]/yggbro/mentallandscape.com/";
|
||||||
|
|
||||||
# Feedback link to project repository
|
# 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…
Add table
Add a link
Reference in a new issue