mirror of
https://github.com/adityatelange/hugo-index.git
synced 2025-10-18 07:23:05 +00:00
Add content in term pages for descriptive content (#6)
exampleSite: Add descriptive content in tag
This commit is contained in:
@@ -2,3 +2,5 @@
|
|||||||
title: html
|
title: html
|
||||||
description: Contains posts about 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)
|
||||||
|
@@ -1,5 +1,7 @@
|
|||||||
{{- define "main" }}
|
{{- define "main" }}
|
||||||
|
|
||||||
|
<div class="content">{{ .Content }}</div>
|
||||||
|
|
||||||
{{- partial "table-list.html" . }}
|
{{- partial "table-list.html" . }}
|
||||||
|
|
||||||
{{- end }}{{- /* end main */ -}}
|
{{- end }}{{- /* end main */ -}}
|
||||||
|
Reference in New Issue
Block a user