upgraded to hugo 0.55.1 and made necessary adjustments
parent
399e3aa781
commit
2fc6cf7701
|
@ -4,8 +4,8 @@ jobs:
|
|||
docker:
|
||||
- image: circleci/node:latest
|
||||
environment:
|
||||
HUGO_VERSION: "0.53"
|
||||
S3DEPLOY_VERSION: "2.3.0"
|
||||
HUGO_VERSION: "0.55"
|
||||
S3DEPLOY_VERSION: "2.3.2"
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
<div class="cloud-msg">
|
||||
{{ .Inner }}
|
||||
</div>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
<div class="cloud">
|
||||
<a class="cloud-flag" href="#cloud-msg"></a>
|
||||
{{ .Inner }}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
<section class="code-tab-content">
|
||||
{{ .Inner }}
|
||||
</section>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
<div class="code-tabs-wrapper">
|
||||
{{ .Inner }}
|
||||
</div>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
<div class="code-tabs">
|
||||
{{ .Inner }}
|
||||
</div>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
<div class="enterprise">
|
||||
<a class="enterprise-flag" href="#enterprise-msg"></a>
|
||||
{{ .Inner }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{ $currentVersion := (index (findRE "[^/]+.*?" .Page.URL) 0) }}
|
||||
{{ $currentVersion := (index (findRE "[^/]+.*?" .Page.RelPermalink) 0) }}
|
||||
{{ $functionsPath := print "/" $currentVersion "/reference/flux/functions" }}
|
||||
|
||||
<ul>
|
||||
|
@ -6,7 +6,7 @@
|
|||
{{ if in .Title "() function" }}
|
||||
{{ $title := replaceRE `\ function` "" .Title }}
|
||||
<li>
|
||||
<a href="{{ .URL }}">{{ $title }}</a>
|
||||
<a href="{{ .RelPermalink }}">{{ $title }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
<div class="note">
|
||||
{{ .Inner }}
|
||||
</div>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
<section class="tab-content">
|
||||
{{ .Inner }}
|
||||
</section>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
<div class="tabs-wrapper">
|
||||
{{ .Inner }}
|
||||
</div>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
<div class="tabs">
|
||||
{{ .Inner }}
|
||||
</div>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
<div class="truncate closed">
|
||||
{{ .Inner }}
|
||||
<div class="truncate-bottom">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
<div class="warn">
|
||||
{{ .Inner }}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue