fds
This commit is contained in:
parent
2fc8b7fbae
commit
abe93697ea
4 changed files with 14 additions and 11 deletions
|
@ -2,6 +2,14 @@
|
|||
|
||||
{% block desktopBanner %}
|
||||
|
||||
{% if v and v.id == AEVANN_ID %}
|
||||
<style>
|
||||
#frontpage .post-title a:not(.visited):visited {
|
||||
color: var(--black) !important;
|
||||
}
|
||||
</style>
|
||||
{% endif %}
|
||||
|
||||
{% if v and environ.get("FP") %}
|
||||
{% if not v.fp %}
|
||||
<script>
|
||||
|
@ -252,11 +260,4 @@
|
|||
</script>
|
||||
{% endif %}
|
||||
|
||||
{% if v and v.id == AEVANN_ID %}
|
||||
<style>
|
||||
#frontpage .post-title a:not(.visited):visited {
|
||||
color: var(--black) !important;
|
||||
}
|
||||
</style>
|
||||
{% endif %}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue