Files
spring-jwt/ApiPage/index.html
hoon7566 79ff40073d style(total): github io 적용
-github io 적용
2022-03-25 17:17:39 +09:00

18 lines
368 B
HTML

---
layout: default
---
<div class="posts">
{% for post in site.posts %}
<article class="post">
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<div class="entry">
{{ post.excerpt }}
</div>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}
</div>