mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Make final changes to complete final schema.org partial
Closes rdwatters/hugo-docs-concept#1
This commit is contained in:
@@ -12,9 +12,7 @@
|
||||
{{ else if eq .Kind "page" }}
|
||||
{{ with .Site.GetPage "section" $section }}
|
||||
<a href="{{.Permalink}}" class="cf-link prev-page">
|
||||
|
||||
<i class="icon-prev"></i>
|
||||
|
||||
<div class="page-info">
|
||||
<span>Previous</span>
|
||||
<h5 class="{{$section}}">{{if eq .Section "functions"}}{{- replace (.LinkTitle) "and" "<em>and</em>" | safeHTML -}}{{else}}{{.Title | markdownify}}{{end}}</h5>
|
||||
|
||||
Reference in New Issue
Block a user