Added tags and Categories
This commit is contained in:
parent
79da22ba37
commit
865d1668cd
@ -2,6 +2,8 @@
|
|||||||
title: "Bottom_of_the_Stack"
|
title: "Bottom_of_the_Stack"
|
||||||
date: 2023-02-18T11:39:24-08:00
|
date: 2023-02-18T11:39:24-08:00
|
||||||
description: Web Development - html/css
|
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
|
I\'ll start things off with the *design goals* of this very website and
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
---
|
||||||
title: "Online!"
|
title: "Online!"
|
||||||
date: 2023-02-18T12:58:09-08:00
|
date: 2023-02-18T12:58:09-08:00
|
||||||
description: Web Development - Administration
|
description: Web Development - Administration
|
||||||
|
categories: ["Top_of_the_Stack"]
|
||||||
tags: ["Web Development","Administration"]
|
tags: ["Web Development","Administration"]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,8 +2,16 @@
|
|||||||
<h2 class="tots_heading"> {{ .Title }}</h2>
|
<h2 class="tots_heading"> {{ .Title }}</h2>
|
||||||
|
|
||||||
{{ .Content }}
|
{{ .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">
|
<div class="tots_post">
|
||||||
<h3 class="entry_heading">{{ .Title }}</h3>
|
<h3 class="entry_heading">{{ .Title }}</h3>
|
||||||
@ -14,4 +22,3 @@
|
|||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
@ -7,6 +7,5 @@
|
|||||||
|
|
||||||
<p>{{ .Content }}</p>
|
<p>{{ .Content }}</p>
|
||||||
|
|
||||||
<p> hi </p>
|
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user