-
I'm trying to override the According to the docs is a simple I'm overriding the {% extends "base.html" %}
{% block outdated %}
<span class="twemoji changelog-breaking">
{% include ".icons/octicons/octicons/alert-24.svg" %}
</span>
You are viewing an <b>outdated version</b> of the documentation!
<a href="{{ '../' ~ base_url }}">
<b>Click here to switch to latest docs.</b>
</a>
{% endblock %} But when I try to deploy the page (Using Mike), I get the following stacktrace:
I can't tell if something is missing as this is exactly what the docs are telling me to do here. I feel like the docs are missing an important part here, as this is a normal theme extension with no fancy setups whatsoever. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Okay... It was me fat-fingering and having octicons twice without noticing... |
Beta Was this translation helpful? Give feedback.
Okay... It was me fat-fingering and having octicons twice without noticing...
That's exactly why you shouldn't do work at 3AM