2022-10-17 15:11:12 +00:00
|
|
|
<style>
|
2022-12-11 16:38:21 +00:00
|
|
|
a[href^="{{.Site.BaseURL}}"] svg
|
2022-10-17 15:11:12 +00:00
|
|
|
{
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2022-12-11 16:38:21 +00:00
|
|
|
a[href^="http://localhost"] svg
|
2022-10-17 15:11:12 +00:00
|
|
|
{
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
</style>
|