Skip to content

Commit

Permalink
fix: correct the conditions for generating the web manifest meta tag (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang authored Aug 4, 2023
1 parent 6127191 commit 27b0c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/pwa/assets/meta.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- range site.Home.OutputFormats }}
{{- if eq .Format.Name "WebAppManifest" }}
{{- if eq (.Format.Name | lower) "webappmanifest" }}
<link rel="{{ .Rel }}" href="{{ .Permalink }}" />
{{- end }}
{{- end -}}

0 comments on commit 27b0c16

Please sign in to comment.