Compare commits
No commits in common. "b49a4a5d9c9cd7db6d697b71b4d40ec5354ef788" and "f9f0709bce2dc0a25066629068ae1f6ad81afc7a" have entirely different histories.
b49a4a5d9c
...
f9f0709bce
5 changed files with 10 additions and 5 deletions
|
@ -1060,9 +1060,11 @@ 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.9em;
|
font-size: 0.625em;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
|
top:1px
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu {
|
#menu {
|
||||||
|
|
2
static/js/jquery.min.js
vendored
2
static/js/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -116,7 +116,7 @@
|
||||||
</footer>
|
</footer>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<script type="text/javascript" src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/jquery.min.js""></script>
|
<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/script.js"></script>
|
<script type="text/javascript" src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/script.js"></script>
|
||||||
|
|
||||||
{% if JS_OVERRIDE %}
|
{% if JS_OVERRIDE %}
|
||||||
|
|
|
@ -77,6 +77,11 @@
|
||||||
<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>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% extends "base.html" %}
|
{% extends "index.html" %}
|
||||||
|
|
||||||
{% block title %}{{ page.title }}{% endblock title %}
|
{% block title %}{{ page.title }}{% endblock title %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue