Added tags and Categories

This commit is contained in:
Xavi 2023-02-18 23:38:15 -08:00
parent 79da22ba37
commit 865d1668cd
4 changed files with 14 additions and 4 deletions

View File

@ -2,6 +2,8 @@
title: "Bottom_of_the_Stack"
date: 2023-02-18T11:39:24-08:00
description: Web Development - html/css
categories: ["Top_of_the_Stack"]
tags: ["Web Development","HTML/CSS"]
---
I\'ll start things off with the *design goals* of this very website and

View File

@ -1,6 +1,8 @@
---
title: "Online!"
date: 2023-02-18T12:58:09-08:00
description: Web Development - Administration
categories: ["Top_of_the_Stack"]
tags: ["Web Development","Administration"]
---

View File

@ -2,8 +2,16 @@
<h2 class="tots_heading"> {{ .Title }}</h2>
{{ .Content }}
{{ range.Pages }}
{{ range where .Site.Pages "Params.categories" "intersect" (slice "Guides") }}
{{ .Content }}
{{ end }}
<h3 style="margin-bottom: 0px"> Tots Posts </h3>
{{ range where .Site.Pages "Params.categories" "intersect" (slice "Top_of_the_Stack") }}
<div class="tots_post">
<h3 class="entry_heading">{{ .Title }}</h3>
@ -14,4 +22,3 @@
</div>
{{ end }}
{{ end }}

View File

@ -7,6 +7,5 @@
<p>{{ .Content }}</p>
<p> hi </p>
</div>
{{ end }}