mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 00:07:36 +02:00
WIP
This commit is contained in:
parent
c4b6bd8406
commit
9165c89ac0
1 changed files with 4 additions and 2 deletions
|
@ -63,7 +63,8 @@
|
|||
<!-- MAIN CONTENT -->
|
||||
<div id="main_content_wrap" class="outer">
|
||||
<section id="main_content" class="inner">
|
||||
<div id="news" style="
|
||||
{% if page.title == "Cyclone Scheme" %}
|
||||
<div id="recent-news" style="
|
||||
position: absolute;
|
||||
/* float: left; */
|
||||
left: 675px;
|
||||
|
@ -81,12 +82,13 @@
|
|||
<h2>Recent News</h2>
|
||||
{% for post in site.posts limit:3 %}
|
||||
<h4>
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
<a href="/cyclone/{{ post.url }}">{{ post.title }}</a>
|
||||
</h4>
|
||||
<span class="date-labels">{{post.date | date: "%b %d %Y" }}</span>
|
||||
{{ post.excerpt }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}"
|
||||
{{ content }}
|
||||
</section>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue