mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
Fix warnings (#155)
This commit is contained in:
parent
69145efc1e
commit
ae7cf41ca9
@ -1,5 +1,5 @@
|
||||
{{ partial "header" . }}
|
||||
{{ $currentURL := .URL }}
|
||||
{{ $currentURL := .RelPermalink }}
|
||||
|
||||
<div class="actix-pageheader">
|
||||
<div class="container">
|
||||
|
@ -1,5 +1,5 @@
|
||||
{{ partial "header" . }}
|
||||
{{ $currentURL := .URL }}
|
||||
{{ $currentURL := .RelPermalink }}
|
||||
|
||||
<div class="actix-pageheader">
|
||||
<div class="container">
|
||||
|
@ -1,5 +1,5 @@
|
||||
{{ partial "header" . }}
|
||||
{{ $currentURL := .URL }}
|
||||
{{ $currentURL := .RelPermalink }}
|
||||
|
||||
<div class="actix-pageheader">
|
||||
<div class="container">
|
||||
|
@ -1,5 +1,5 @@
|
||||
{{ partial "header" . }}
|
||||
{{ $currentURL := .URL }}
|
||||
{{ $currentURL := .RelPermalink }}
|
||||
|
||||
<div class="actix-pageheader">
|
||||
<div class="container">
|
||||
@ -113,7 +113,7 @@
|
||||
{{ .Scratch.Set "CurrentWeight" .Weight }}
|
||||
|
||||
{{ range first 1 (where (.Scratch.Get "Docs") ".Weight" ">" (.Scratch.Get "CurrentWeight")) }}
|
||||
<div class="actix-next"><b>Next up</b>: <a href = {{ .URL }}>{{ .Title }}</a></div>
|
||||
<div class="actix-next"><b>Next up</b>: <a href = {{ .RelPermalink }}>{{ .Title }}</a></div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user