1
0
forked from kamat/blog

fix defaults

This commit is contained in:
KAMATAKI Yuya
2024-07-16 02:34:12 +09:00
parent 952eba722f
commit 2eee8aafa5
2 changed files with 3 additions and 8 deletions

View File

@@ -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 %}

View File

@@ -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>