Medium Syndication Data

This commit is contained in:
Brandon Rozek 2023-02-09 20:19:30 -05:00
parent e8c9b33f2d
commit 79329aae66
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
13 changed files with 85 additions and 61 deletions

View file

@ -1,10 +1,12 @@
---
title: "Hiding Section From Listing in Hugo"
date: 2022-05-19T22:43:04-04:00
date: 2022-05-19 22:43:04-04:00
draft: false
tags: ["Hugo"]
math: false
medium_enabled: true
medium_post_id: d71625f9235b
tags:
- Hugo
title: Hiding Section From Listing in Hugo
---
In Hugo you can list all the sections using the following code
@ -48,5 +50,4 @@ Then replace the listing code with the following:
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
{{ end }}
{{ end }}
```
```