From fbed1716695b7425a2223bb30eeb5d82b21ecdb9 Mon Sep 17 00:00:00 2001 From: daudix Date: Tue, 18 Jun 2024 06:42:40 +0300 Subject: [PATCH] Add external class to external buttons --- content/demo/index.md | 4 ++-- content/demo/index.ru.md | 4 ++-- templates/404.html | 2 +- templates/article.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/demo/index.md b/content/demo/index.md index 176185a..4388a49 100644 --- a/content/demo/index.md +++ b/content/demo/index.md @@ -319,8 +319,8 @@ You know what? I'm gonna say some very important stuff, so im ```html.j2 ``` diff --git a/content/demo/index.ru.md b/content/demo/index.ru.md index 4c2729d..4e2d55e 100644 --- a/content/demo/index.ru.md +++ b/content/demo/index.ru.md @@ -319,8 +319,8 @@ _Кря-кря!_ ```html.j2 ``` diff --git a/templates/404.html b/templates/404.html index 07f1f55..0691ddf 100644 --- a/templates/404.html +++ b/templates/404.html @@ -13,7 +13,7 @@
Go Back {% if config.extra.issues_url %} - File an Issue + File an Issue {% endif %}
{% endblock content %} diff --git a/templates/article.html b/templates/article.html index bc5f5bc..b2a4722 100644 --- a/templates/article.html +++ b/templates/article.html @@ -106,7 +106,7 @@ {% endblock content %}