Added view source button

This commit is contained in:
squidfunk
2022-12-11 18:32:22 +01:00
parent 9df09d2293
commit 28d64a289a
130 changed files with 402 additions and 425 deletions

View File

@@ -196,7 +196,7 @@
{% if page.toc | first is defined %}
{% set skip = page.toc | first %}
<a href="{{ skip.url | url }}" class="md-skip">
{{ lang.t("skip.link") }}
{{ lang.t("action.skip") }}
</a>
{% endif %}
</div>