Merge pull request #2 from alexandrevicenzi/master

Getting latest changes
This commit is contained in:
Artium Nihamkin 2019-05-04 15:13:42 +03:00 committed by GitHub
commit c33be913f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 3408 additions and 704 deletions

View file

@ -43,8 +43,10 @@
<img src="{{ article.featured_image }}">
{% endif %}
{{ article.summary }}
<br>
<a class="btn" href="{{ SITEURL }}/{{ article.url }}{% if not DISABLE_URL_HASH %}#{{ article.slug }}{% endif %}">{{ _('Continue reading') }}</a>
{% if article.content != article.summary %}
<br>
<a class="btn" href="{{ SITEURL }}/{{ article.url }}{% if not DISABLE_URL_HASH %}#{{ article.slug }}{% endif %}">{{ _('Continue reading') }}</a>
{% endif %}
{% else %}
{{ article.content }}
{% endif %}