From 4234dddf8c525919077615b6cf7a3a89c384d8b6 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Wed, 7 Jun 2023 22:28:12 +0530 Subject: [PATCH] Add content in term pages for descriptive content (#6) exampleSite: Add descriptive content in tag --- exampleSite/content/tags/html/_index.md | 2 ++ layouts/_default/term.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/exampleSite/content/tags/html/_index.md b/exampleSite/content/tags/html/_index.md index fd97077..d3c86a6 100644 --- a/exampleSite/content/tags/html/_index.md +++ b/exampleSite/content/tags/html/_index.md @@ -2,3 +2,5 @@ title: html description: Contains posts about HTML --- + +> The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It is often assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript. [Wikipedia](https://en.wikipedia.org/wiki/HTML) diff --git a/layouts/_default/term.html b/layouts/_default/term.html index 71ef020..7a08be6 100644 --- a/layouts/_default/term.html +++ b/layouts/_default/term.html @@ -1,5 +1,7 @@ {{- define "main" }} +
{{ .Content }}
+ {{- partial "table-list.html" . }} {{- end }}{{- /* end main */ -}}