Add outputFormats to hugo.yaml
Signed-off-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
parent
3fcdc6c4b5
commit
4b56bdc267
4 changed files with 87 additions and 70 deletions
|
@ -16,8 +16,6 @@
|
|||
{{ .Content | safeJS }}
|
||||
</script>
|
||||
{{ end }}
|
||||
{{ $rssPath := .Site.Params.rssPath | default "/index.xml" }}
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" href="{{ $rssPath | relURL }}">
|
||||
</head>
|
||||
|
||||
<body class="type-{{ .Page.Type }} kind-{{ .Page.Kind }}" data-bs-spy="scroll" data-bs-target="#TableOfContents" data-bs-offset="80">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue