Removes duplicate mermaid tag
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -9,9 +9,6 @@
|
|||||||
mermaid.initialize({ startOnLoad: true });
|
mermaid.initialize({ startOnLoad: true });
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
|
|
||||||
<script>mermaid.initialize({startOnLoad:true});</script>
|
|
||||||
|
|
||||||
{# Site title #}
|
{# Site title #}
|
||||||
{% set current_path = current_path | default(value="/") %}
|
{% set current_path = current_path | default(value="/") %}
|
||||||
{% if current_path == "/" %}
|
{% if current_path == "/" %}
|
||||||
|
|||||||
Reference in New Issue
Block a user