Stylistic corrections
This commit is contained in:
parent
06badb6a75
commit
9290a03110
3 changed files with 11 additions and 6 deletions
|
@ -54,14 +54,15 @@
|
|||
<article class="box page-content blog_grid">
|
||||
<section>
|
||||
{% if entry.header_image %}
|
||||
<span class="img-responsive">
|
||||
<span class="img-responsive"><a href="{{ post_url }}">
|
||||
{% image entry.header_image fill-800x240 as header_image %}
|
||||
<img alt="{{ entry.header_image.title }}" src="{{ header_image.url }}">
|
||||
</span>
|
||||
</a></span>
|
||||
{% endif %}
|
||||
{% include 'puput/entry_links.html' %}
|
||||
<!--{% include 'puput/entry_links.html' %}-->
|
||||
</section>
|
||||
<section class="article">
|
||||
<h4><a href="{{ post_url }}">{{ entry.title }}</a></h4>
|
||||
{% if entry.excerpt %}
|
||||
{{ entry.excerpt|richtext }}
|
||||
{% else %}
|
||||
|
@ -83,7 +84,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
<div class="col-md-3">
|
||||
<a class="blog_btn continue" href="{{ post_url }}">{% trans 'Continue reading' %} »</a>
|
||||
<a class="blog_btn continue" href="{{ post_url }}">/{{ entry.slug|truncatechars:25 }} »</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -59,7 +59,9 @@
|
|||
<div class="row">
|
||||
<div class="col-md-2">
|
||||
<a href="{% pageurl blog_page %}" class="blog_btn back">
|
||||
<i class="fa fa-angle-left"></i> {% trans 'Return' %}
|
||||
<i class="fa fa-angle-left"></i>
|
||||
<i class="fa fa-angle-left"></i>
|
||||
<i class="fa fa-angle-left"></i>
|
||||
</a>
|
||||
</div>
|
||||
{% entry_url self blog_page as post_url %}
|
||||
|
|
|
@ -64,7 +64,9 @@ $slider-nav: 200px;
|
|||
font-size: 70%; background: #2643A9 !important;
|
||||
}
|
||||
.blog-header a {
|
||||
color: white !important; text-shadow: 1px 1px 2px black;
|
||||
color: white !important;
|
||||
text-shadow: 1px 1px 2px black;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@import "subsites";
|
||||
|
|
Loading…
Reference in a new issue