This commit is contained in:
Justin Ethier 2018-05-04 14:03:22 -04:00
parent f70b8d8bec
commit c4b6bd8406

View file

@ -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 }}