Small fixes with section titles
This commit is contained in:
parent
4524327918
commit
85e74c8ea0
5 changed files with 8 additions and 2 deletions
|
@ -4,3 +4,5 @@ menu:
|
|||
main:
|
||||
weight: 4
|
||||
---
|
||||
|
||||
This is the blog section of this website. It is an heritage of the old wiki I maintained before switching to a static website generated with [hugo]({{< relref "/tags/hugo/" >}}), so articles before 2021 can be a little short and are more like notes than regular articles.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: kubernetes single node cluster taint
|
||||
date: 2021-01-06
|
||||
date: 2020-12-06
|
||||
description: How to schedule worker pods on your control plane node
|
||||
tags:
|
||||
- kubernetes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Some nmap common usages"
|
||||
date: 2021-03-19
|
||||
date: 2020-03-19
|
||||
description: nmap command examples
|
||||
tags:
|
||||
- toolbox
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{{ define "main" }}
|
||||
|
||||
<h1>{{ .Title }}</h1>
|
||||
|
||||
{{ with .Content }}
|
||||
{{ . }}
|
||||
{{ end }}
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{{ define "main" }}
|
||||
|
||||
<h1>{{ .Title }}</h1>
|
||||
|
||||
{{ with .Content }}
|
||||
{{ . }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Reference in a new issue