diff options
-rwxr-xr-x | theme/templates/langs.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/theme/templates/langs.html b/theme/templates/langs.html index e1118c9..dd8c96b 100755 --- a/theme/templates/langs.html +++ b/theme/templates/langs.html @@ -2,6 +2,10 @@ {% block title %}{{ title }}{% endblock %} +{% block style %} +<link rel="stylesheet" href="{{ staticBase }}/style.css"> +{% endblock %} + {% block content %} <div class="book-langs-index"> <div class="inner"> |