1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-21 13:03:15 +00:00
This commit is contained in:
2025-11-22 13:55:02 +01:00
parent a08c3ab6d6
commit f97b4402c6
7 changed files with 40 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@
<h1>{{ .Title }}</h1>
<p class="muted">{{ .Date.Format "02 Jan 2006" }}</p>
{{ with .Params.description }}<p class="lead">{{ . }}</p>{{ end }}
{{ partial "adsense/in-article.html" . }}
<div class="content">
{{ .Content }}
</div>