2
Fork 0

Added basic theme

This commit is contained in:
Willem Cazander 2020-01-03 18:07:50 +01:00
parent a085ca6867
commit 8b9afa66ce
42 changed files with 5633 additions and 0 deletions

View file

@ -0,0 +1,20 @@
<div class="main-content meethigher-scroll">
<article class="post">
<div class="post-title">
<h2 class="title"><%= page.title %></h2>
</div>
<div class="post-media2">
<span class="post-time"><%- date(page.date, "YYYY-MM-DD") %></span>
<% if (page.tags && page.tags.length){ %>
<%- list_tags(page.tags, {
show_count: false,
class: 'article-tag'
}) %>
<% } %>
</div>
<div class="post-content blog-markdown">
<%- page.more %>
</div>
</article>
<div class="outline"><span class="fa fa-list"></span></div>
</div>