Skip to content
This repository was archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
upgrade hugo 0.18.1 -> 0.45.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaring committed Aug 21, 2019
1 parent 337bb24 commit 544ef7c
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 23 deletions.
24 changes: 24 additions & 0 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>

<head>
{{ partial "head.html" . }}
</head>

<body>
{{ partial "header.html" (dict "hero" "" "baseUrl" ($.Param " baseURL ") "page" .) }}

<div class="container">
<div class="document">
{{ block "main" . }}

{{ end }}
</div>
</div>
{{ partial "footer.html" . }}

<script src="/js/common.js"></script>
<script src="/js/header.js"></script>
</body>

</html>
25 changes: 3 additions & 22 deletions layouts/_default/single.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
<!DOCTYPE html>
<html>

<head>
{{ partial "head.html" . }}
</head>

<body>
{{ partial "header.html" (dict "hero" "" "baseUrl" ($.Param " baseURL ") "page" .) }}

<div class="container">
<div class="document">
{{ .Content }}
</div>
</div>
{{ partial "footer.html" . }}

<script src="/js/common.js"></script>
<script src="/js/header.js"></script>
</body>

</html>
{{ define "main"}}
{{ .Content }}
{{ end }}
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"browserify": "^14.4.0",
"dnslink-deploy": "^1.0.7",
"factor-bundle": "^2.5.0",
"hugo-bin": "0.18.1",
"hugo-bin": "0.45.2",
"imagemin-cli": "^3.0.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.2.1",
Expand Down

0 comments on commit 544ef7c

Please sign in to comment.