feat: use latex hugo template
This commit is contained in:
parent
1d12f5614d
commit
9004c27ceb
56 changed files with 1666 additions and 2 deletions
14
layouts/partials/preview.html
Normal file
14
layouts/partials/preview.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<article class="post-preview">
|
||||
<a href="{{ .Permalink }}">
|
||||
<h2 class="post-title">{{ .Title }}</h2>
|
||||
</a>
|
||||
<div class="postmeta">
|
||||
{{ partial "postmeta.html" . }}
|
||||
</div>
|
||||
<div class="post-entry">
|
||||
{{ if .Truncated }}
|
||||
<p>{{ .Summary }}</p>
|
||||
<a href="{{ .Permalink }}" class="post-read-more">Read More</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
</article>
|
Loading…
Add table
Add a link
Reference in a new issue