Add outputFormats to hugo.yaml

Signed-off-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
Emruz Hossain 2025-02-07 02:53:46 +06:00
parent 3fcdc6c4b5
commit 4b56bdc267
4 changed files with 87 additions and 70 deletions

View file

@ -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">