add raw html and post-bundle

This commit is contained in:
zongor 2023-10-14 12:05:15 -04:00
parent 06b9ce7bfa
commit 078ba9cf4c
3 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

View File

@ -5,7 +5,7 @@
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>
{{ end }}
<div>
{{ .Summary }}
{{ .Summary | safeHTML | truncate 125 }}
{{ if .Truncated }}
<a href="{{ .Permalink }}">Read more...</a>
{{ end }}

View File

@ -0,0 +1,2 @@
<!-- raw html -->
{{.Inner}}