1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-08 21:46:01 +02:00

First commit with initial theme

Some file are empty (created by `hugo new theme`), but I've left
them for reference later.
This commit is contained in:
2016-08-28 16:21:39 +03:00
commit 2bb1d6ecc0
22 changed files with 1044 additions and 0 deletions

View File

View File

View File

@ -0,0 +1,6 @@
<div class="blog-post">
<h2 class="blog-post-title"><a href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}</a></h2>
<p class="blog-post-meta">{{ .Date.Format "Mon, Jan 2, 2006" }} by <a href="#">Mark</a></p>
{{ .Summary }}
<a href='{{ .Permalink }}'><nobr>Read more →</nobr></a>
</div> <!-- /.blog-post -->