minor fixes
This commit is contained in:
parent
907e0ad37a
commit
9259d4a3fc
3 changed files with 42 additions and 51 deletions
21
log.html
21
log.html
|
|
@ -13,17 +13,27 @@ image: /images/pages/grace-brauteseth-1R0hB9WWVvQ-unsplash.jpg
|
|||
|
||||
{% include relBase.html %}
|
||||
<!-- Banner -->
|
||||
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center">
|
||||
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="min-height:100vh;">
|
||||
|
||||
<div class="content">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="#news" class="button large wide smooth-scroll">Read More</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="image">
|
||||
<img src="{{ relBase }}{{ page.image }}" alt="{{ page.title | smartify }}" class="editable" />
|
||||
<img src="{{ page.image }}" alt="unfound page" />
|
||||
</div>
|
||||
</section>
|
||||
<!-- NEWS -->
|
||||
<section id="news" class="wrapper style1 align-center">
|
||||
<div class="inner" style="padding-top: 40px;">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
<div class="inner editable" style="padding-top: 160px;">
|
||||
|
||||
<ul class="actions stacked">
|
||||
<li><a href="{{ site.url }}/feed.xml" class="button large wide smooth-scroll icon solid fa-rss">RSS</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
{% for post in site.posts %}
|
||||
|
|
@ -32,6 +42,7 @@ image: /images/pages/grace-brauteseth-1R0hB9WWVvQ-unsplash.jpg
|
|||
<div class="content">
|
||||
<h2>{{ post.title }}</h2>
|
||||
<p>{{ post.description }}</p>
|
||||
<p style="font-size: 12px;">{% include forloop-dates.html %}</p>
|
||||
<p class="editor-link"><a class="btn" rel="nofollow" href="cloudcannon:collections/{{ post.path }}">
|
||||
<strong>✎</strong> Edit Post
|
||||
</a></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue