Skip to content

Commit

Permalink
fix hugo error
Browse files Browse the repository at this point in the history
  • Loading branch information
petzsch committed Aug 14, 2024
1 parent 74f7e43 commit c21394e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Empty file added .hugo_build.lock
Empty file.
4 changes: 0 additions & 4 deletions themes/beautifulhugo/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
{{ errorf "Please use Hugo version 0.120.0 or higher!" }}
{{ end }}

{{ if not (eq .Site.DisqusShortname "") }}
{{ errorf "Your use of disqusShortname is deprecated by Hugo; Please reference the README.md for further instructions. This error message will be removed in the future because we are also using .Site.DisqusShortname for checking this." }}
{{ end }}

<!DOCTYPE html>
<html lang="{{ .Lang }}" itemscope itemtype="http://schema.org/WebPage">
<head>
Expand Down

0 comments on commit c21394e

Please sign in to comment.