diff options
Diffstat (limited to 'templates/wiki/special_all.html')
-rw-r--r-- | templates/wiki/special_all.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wiki/special_all.html b/templates/wiki/special_all.html index 92aa12a4..45a641a6 100644 --- a/templates/wiki/special_all.html +++ b/templates/wiki/special_all.html @@ -17,7 +17,7 @@ <ul> {% for page in pages %} <li><a href="{{ url_for("wiki.page", page=page.slug) }}"> - {{ page.title }} (<span style="font-family: monospace;">{{ page.slug }}</span>) + {{ page.title }} (<span class="fira-code">{{ page.slug }}</span>) </a></li> {% endfor %} </ul> |