Compare commits

..

3 commits

5 changed files with 5 additions and 10 deletions

View file

@ -1060,11 +1060,9 @@ img {
.nav-button a i:before { .nav-button a i:before {
position: relative; position: relative;
width: auto; width: auto;
top: -2px;
margin: auto; margin: auto;
font-size: 0.625em; font-size: 0.9em;
line-height: 1.6em; line-height: 1.6em;
top:1px
} }
#menu { #menu {

2
static/js/jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -116,7 +116,7 @@
</footer> </footer>
</section> </section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script type="text/javascript" src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/jquery.min.js""></script>
<script type="text/javascript" src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/script.js"></script> <script type="text/javascript" src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/script.js"></script>
{% if JS_OVERRIDE %} {% if JS_OVERRIDE %}

View file

@ -77,11 +77,6 @@
<span class="post-author-{{name}}"> <span class="post-author-{{name}}">
<a target="_blank" href="{{link}}"><i class="ic ic-{{name}}"></i>{{name}}</a></span> <a target="_blank" href="{{link}}"><i class="ic ic-{{name}}"></i>{{name}}</a></span>
{% endfor %} {% endfor %}
<span class="post-author-stats">
<i class="ic ic-posts"></i> {{ articles|count }}
{% if articles|count > 1 %} posts {% else %} post {% endif %}
</span>
</div> </div>
<div class="clear"></div> <div class="clear"></div>
</aside> </aside>

View file

@ -1,4 +1,4 @@
{% extends "index.html" %} {% extends "base.html" %}
{% block title %}{{ page.title }}{% endblock title %} {% block title %}{{ page.title }}{% endblock title %}