Skip to content

Commit

Permalink
Revert inline Hugo beta version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Apr 5, 2022
1 parent 7a4b9ca commit 853bd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo/v3/core/bookshop_bindings.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Expects one argument, a string to use as the data binding in CloudCannon
*/}}

{{- (printf `<!--bookshop-live meta(version: "3.0.0-beta.6" baseurl: "%s" copyright: "%s" title: "%s")-->` site.BaseURL site.Copyright site.Title) | safeHTML }}
{{- (printf `<!--bookshop-live meta(version: "2.6.1" baseurl: "%s" copyright: "%s" title: "%s")-->` site.BaseURL site.Copyright site.Title) | safeHTML }}
{{ $is_string := eq "string" (printf "%T" .) -}}

{{- if $is_string -}}
Expand Down

0 comments on commit 853bd11

Please sign in to comment.