mirror of
https://github.com/paul-gauthier/aider.git
synced 2024-04-14 15:45:57 +03:00
layout
This commit is contained in:
@@ -5,7 +5,7 @@ layout: default
|
||||
<div class="posts">
|
||||
{% for post in site.posts %}
|
||||
<article class="post">
|
||||
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
|
||||
<h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2>
|
||||
<div class="entry">
|
||||
<div class="post-content">
|
||||
{% if post.excerpt %}
|
||||
|
||||
Reference in New Issue
Block a user