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