v0.1.1 테마 구성 및 레이아웃 수정
This commit is contained in:
14
partials/post/post-navigation.hbs
Normal file
14
partials/post/post-navigation.hbs
Normal file
@@ -0,0 +1,14 @@
|
||||
<nav class="post-navigation">
|
||||
{{#prev_post}}
|
||||
<a class="post-navigation__link" href="{{url}}">
|
||||
<small>Previous post</small>
|
||||
<strong>{{title}}</strong>
|
||||
</a>
|
||||
{{/prev_post}}
|
||||
{{#next_post}}
|
||||
<a class="post-navigation__link post-navigation__link--next" href="{{url}}">
|
||||
<small>Next post</small>
|
||||
<strong>{{title}}</strong>
|
||||
</a>
|
||||
{{/next_post}}
|
||||
</nav>
|
||||
Reference in New Issue
Block a user