daily update 2026-03-29
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{{ define "main" }}
|
||||
<div class="article-content">
|
||||
<h1>{{ .Title }}</h1>
|
||||
|
||||
{{ if .Params.tags }}
|
||||
<div class="tags mb-3">
|
||||
{{ range .Params.tags }}
|
||||
<a href="{{ "/tags/" | relURL }}{{ . | urlize }}/" class="tag">{{ . }}</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user