diff options
-rw-r--r-- | design/templates/base.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/design/templates/base.html b/design/templates/base.html index 1a6258c..529bfd7 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -17,7 +17,7 @@ title="Luxagraf RSS feed" href="https://luxagraf.net/rss/"> {%block stylesheet%}<link rel="stylesheet" - href="/media/screenv8.css" + href="/media/screenv9.css" media="screen">{%endblock%} <!--[if IE]> <link rel="stylesheet" @@ -48,8 +48,8 @@ {% block primary %}{% endblock %} {% block extrabody %}{% endblock %} <footer role="contentinfo"> - <!--Support luxagraf: <script src="https://liberapay.com/luxagraf/widgets/button.js"></script> - <noscript><a href="https://liberapay.com/luxagraf/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript>--> + Support luxagraf: <script src="https://liberapay.com/luxagraf/widgets/button.js"></script> + <noscript><a href="https://liberapay.com/luxagraf/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript> <nav class="bl"> <ul> <li><a href="/blogroll" title="Sites that inspire us">Blogroll</a></li> |