Rename paige-link to paige-file-link
This commit is contained in:
@@ -919,14 +919,14 @@ Page identifiers:
|
||||
<dd>The date.</dd>
|
||||
<dt><code>#paige-description</code></dt>
|
||||
<dd>The description.</dd>
|
||||
<dt><code>#paige-file-link</code></dt>
|
||||
<dd>The file link. See the <code>paige.link</code> configuration.</dd>
|
||||
<dt><code>#paige-footer</code></dt>
|
||||
<dd>The footer.</dd>
|
||||
<dt><code>#paige-header</code></dt>
|
||||
<dd>The header.</dd>
|
||||
<dt><code>#paige-keywords</code></dt>
|
||||
<dd>The keywords.</dd>
|
||||
<dt><code>#paige-link</code></dt>
|
||||
<dd>The file link. See the <code>paige.link</code> configuration.</dd>
|
||||
<dt><code>#paige-main</code></dt>
|
||||
<dd>The main.</dd>
|
||||
<dt><code>#paige-menu</code></dt>
|
||||
|
@@ -16,7 +16,7 @@
|
||||
{{ end }}
|
||||
|
||||
{{ if and $linkcontent $linkurl (not ($page.Param "paige.file_link.disable")) }}
|
||||
<p class="text-center" id="paige-link">
|
||||
<p class="text-center" id="paige-file-link">
|
||||
<a class="link-secondary" href="{{ $linkurl }}">{{ $linkcontent }}</a>
|
||||
</p>
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user