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:
0
layouts/_default/list.html
Normal file
0
layouts/_default/list.html
Normal file
0
layouts/_default/single.html
Normal file
0
layouts/_default/single.html
Normal file
6
layouts/_default/summary.html
Normal file
6
layouts/_default/summary.html
Normal 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 -->
|
Reference in New Issue
Block a user