Add content in term pages for descriptive content (#6)

exampleSite: Add descriptive content in tag
This commit is contained in:
Aditya Telange
2023-06-07 22:28:12 +05:30
parent 264072451a
commit 4234dddf8c
2 changed files with 4 additions and 0 deletions

View File

@@ -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)

View File

@@ -1,5 +1,7 @@
{{- define "main" }}
<div class="content">{{ .Content }}</div>
{{- partial "table-list.html" . }}
{{- end }}{{- /* end main */ -}}