mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
WIP
This commit is contained in:
parent
f70b8d8bec
commit
c4b6bd8406
1 changed files with 11 additions and 12 deletions
|
@ -64,28 +64,27 @@
|
||||||
<div id="main_content_wrap" class="outer">
|
<div id="main_content_wrap" class="outer">
|
||||||
<section id="main_content" class="inner">
|
<section id="main_content" class="inner">
|
||||||
<div id="news" style="
|
<div id="news" style="
|
||||||
float: left;
|
position: absolute;
|
||||||
left: -425px;
|
/* float: left; */
|
||||||
|
left: 675px;
|
||||||
width: 350px;
|
width: 350px;
|
||||||
/* height: 50px; */
|
/* height: 50px; */
|
||||||
background: #007edf;
|
/* background: #007edf; */
|
||||||
/* display: inline-block; */
|
/* display: inline-block; */
|
||||||
/* vertical-align: top; */ /* here */
|
|
||||||
position: absolute;
|
|
||||||
/*padding-left: 25px; */
|
/*padding-left: 25px; */
|
||||||
/*padding-right: 25px; */
|
/*padding-right: 25px; */
|
||||||
padding: 25px;
|
/* padding: 25px; */
|
||||||
text-color: #fff;
|
/* vertical-align: top; */ /* here */
|
||||||
|
/* text-color: #fff; */
|
||||||
|
font-size: smaller;
|
||||||
">
|
">
|
||||||
|
<h2>Recent News</h2>
|
||||||
{% for post in site.posts limit:3 %}
|
{% for post in site.posts limit:3 %}
|
||||||
<h3>
|
<h4>
|
||||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||||
</h3>
|
</h4>
|
||||||
<br />
|
|
||||||
<span class="date-labels">{{post.date | date: "%b %d %Y" }}</span>
|
<span class="date-labels">{{post.date | date: "%b %d %Y" }}</span>
|
||||||
<br />
|
|
||||||
{{ post.excerpt }}
|
{{ post.excerpt }}
|
||||||
<br />
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue