forked from kamat/blog
fix defaults
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
---
|
||||
title: TITLE
|
||||
layout: default.liquid
|
||||
draft: true
|
||||
---
|
||||
## Blog!
|
||||
|
||||
{% for post in collections.posts.pages %}
|
||||
#### {{post.title}}
|
||||
|
||||
[{{ post.title }}]({{ post.permalink }})
|
||||
{% endfor %}
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</article>
|
||||
</div>
|
||||
<footer>
|
||||
<small>Author: KAMATAKI Yuya</small>
|
||||
<small>Author: <a href='https://kamat.rumginger.org/profile.html'>KAMATAKI Yuya</a></small>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user