Merge pull request #229 from IEvangelist/patch-1

Update menu.html to include the check icon
This commit is contained in:
Matthew Taylor 2019-02-17 19:44:28 +00:00 committed by GitHub
commit 4936a52a42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,7 @@
<a href="{{.RelPermalink}}">
{{safeHTML .Params.Pre}}{{or .Params.menuTitle .LinkTitle .Title}}{{safeHTML .Params.Post}}
{{ if $showvisitedlinks}}
<i class="fas read-icon"></i>
<i class="fas fa-check read-icon"></i>
{{ end }}
</a>
{{ $numberOfPages := (add (len .Pages) (len .Sections)) }}