cheatsheets/_includes/2017/related-posts-item.html

7 lines
184 B
HTML

<li class='{{ include.class }}'>
<a href='{{ base }}{{ include.post.url | remove: '.html' }}'>
<strong>{{ include.post.title }}</strong>
<span>cheatsheet</span>
</a>
</li>