mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Medium Syndication Data
This commit is contained in:
parent
e8c9b33f2d
commit
79329aae66
13 changed files with 85 additions and 61 deletions
|
@ -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 }}
|
||||
```
|
||||
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue