Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/components/list-article.html')
-rw-r--r--layouts/partials/components/list-article.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/components/list-article.html b/layouts/partials/components/list-article.html
new file mode 100644
index 0000000..6f37b2d
--- /dev/null
+++ b/layouts/partials/components/list-article.html
@@ -0,0 +1,6 @@
+<article class="prose mx-6 my-8 max-w-none">
+ <h1 class="text-primary-text text-3xl font-bold">{{ .Title }}</h1>
+ {{ with .Content }}
+ {{ . }}
+ {{ end }}
+</article>