diff --git a/layouts/partials/get-bibentries.html b/layouts/partials/get-bibentries.html index ce73f7e..f92a4d4 100644 --- a/layouts/partials/get-bibentries.html +++ b/layouts/partials/get-bibentries.html @@ -27,6 +27,8 @@ {{ else if (eq $sorting "json_order")}} {{ $bibliography = $bibentries }} + {{ else }} + {{ errorf "Unknown bibliography sorting: \"%s\". Please check https://github.com/joksas/hugo-simplecite#bibliography" $sorting }} {{ end }} {{ else }}