Add post: 暗黑能天使

This commit is contained in:
2022-05-10 01:13:38 +08:00
parent e0a0b033ae
commit 90b654e708
104 changed files with 3185 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
{{ define "main" }}
{{ partial "components/list-article" . }}
<div class="bg-secondary-bg rounded px-6 py-8">
{{ range .Pages }}
<h2 class="text-primary-text my-2 text-lg">
<a href="{{ .Permalink }}" class="text-eureka hover:underline"
>{{ .LinkTitle }}</a
>
</h2>
{{ end }}
</div>
{{ end }}