mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2025-07-30 13:30:17 +00:00
attempt to fix spacing and sizing
This commit is contained in:
@@ -40,8 +40,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div class="uk-width-7-10@m">
|
||||
<div class="uk-width-1-5@m">
|
||||
|
||||
<article class="uk-article">
|
||||
<h1 class="uk-heading-primary uk-article-title" itemprop="name">{{ article.title }}</h1>
|
||||
@@ -79,10 +78,5 @@
|
||||
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
|
||||
{% endif %}
|
||||
|
||||
{% if ISSO_BASE_URL %}
|
||||
<script data-isso="{{ ISSO_BASE_URL }}/" src="{{ ISSO_BASE_URL }}/js/embed.dev.js"></script>
|
||||
<section id="isso-thread"></section>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user