This commit is contained in:
Justin Ethier 2018-05-04 13:53:15 -04:00
parent 024149537a
commit f70b8d8bec

View file

@ -65,18 +65,22 @@
<section id="main_content" class="inner"> <section id="main_content" class="inner">
<div id="news" style=" <div id="news" style="
float: left; float: left;
left: -350px; left: -425px;
width: 300px; width: 350px;
/* height: 50px; */ /* height: 50px; */
background: #999; background: #007edf;
/* display: inline-block; */ /* display: inline-block; */
/* vertical-align: top; */ /* here */ /* vertical-align: top; */ /* here */
position: absolute; position: absolute;
padding-left: 25px; /*padding-left: 25px; */
padding-right: 25px; /*padding-right: 25px; */
padding: 25px;
text-color: #fff;
"> ">
{% for post in site.posts limit:3 %} {% for post in site.posts limit:3 %}
[{{ post.title }}](./{{ post.url }}) <h3>
<a href="{{ post.url }}">{{ post.title }}</a>
</h3>
<br /> <br />
<span class="date-labels">{{post.date | date: "%b %d %Y" }}</span> <span class="date-labels">{{post.date | date: "%b %d %Y" }}</span>
<br /> <br />