0044
This commit is contained in:
@@ -3,12 +3,13 @@ layout: default
|
||||
title: Blog
|
||||
css_file: styles.css
|
||||
---
|
||||
<h1>Latest Posts</h1>
|
||||
|
||||
<ul>
|
||||
{% for post in site.posts %}
|
||||
<li>
|
||||
<h3><a href="{{ '/website' | append: post.url }}">{{ post.title }}</a></h3>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<div class="mainDiv">
|
||||
<h1>Latest Posts</h1>
|
||||
<ul>
|
||||
{% for post in site.posts %}
|
||||
<li>
|
||||
<h3><a href="{{ '/website' | append: post.url }}">{{ post.title }}</a></h3>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user