Use paige-file, paige-file-edit, paige-file-history names
This commit is contained in:
@@ -895,8 +895,12 @@ 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-file</code></dt>
|
||||
<dd>The file links.</dd>
|
||||
<dt><code>#paige-file-edit</code></dt>
|
||||
<dd>The file edit link.</dd>
|
||||
<dt><code>#paige-file-history</code></dt>
|
||||
<dd>The file history link.</dd>
|
||||
<dt><code>#paige-footer</code></dt>
|
||||
<dd>The footer.</dd>
|
||||
<dt><code>#paige-header</code></dt>
|
||||
|
@@ -7,6 +7,7 @@ paige:
|
||||
#paige-authors,
|
||||
#paige-credit,
|
||||
#paige-date,
|
||||
#paige-file,
|
||||
#paige-keywords,
|
||||
#paige-reading-time,
|
||||
#paige-series,
|
||||
@@ -41,6 +42,7 @@ paige:
|
||||
#paige-authors,
|
||||
#paige-credit,
|
||||
#paige-date,
|
||||
#paige-file,
|
||||
#paige-keywords,
|
||||
#paige-reading-time,
|
||||
#paige-series,
|
||||
|
@@ -8,6 +8,7 @@ paige:
|
||||
#paige-authors,
|
||||
#paige-credit,
|
||||
#paige-date,
|
||||
#paige-file,
|
||||
#paige-keywords,
|
||||
#paige-prev-next,
|
||||
#paige-reading-time,
|
||||
@@ -43,6 +44,7 @@ paige:
|
||||
#paige-authors,
|
||||
#paige-credit,
|
||||
#paige-date,
|
||||
#paige-file,
|
||||
#paige-keywords,
|
||||
#paige-prev-next,
|
||||
#paige-reading-time,
|
||||
|
@@ -8,6 +8,7 @@ paige:
|
||||
#paige-authors,
|
||||
#paige-credit,
|
||||
#paige-date,
|
||||
#paige-file,
|
||||
#paige-keywords,
|
||||
#paige-prev-next,
|
||||
#paige-reading-time,
|
||||
@@ -26,7 +27,7 @@ paige:
|
||||
#paige-content { font-style: italic; }
|
||||
#paige-date { font-style: italic; }
|
||||
#paige-description { font-style: italic; }
|
||||
#paige-file-link { font-style: italic; }
|
||||
#paige-file { font-style: italic; }
|
||||
#paige-keywords { font-style: italic; }
|
||||
#paige-reading-time { font-style: italic; }
|
||||
#paige-series { font-style: italic; }
|
||||
@@ -62,6 +63,7 @@ paige:
|
||||
#paige-authors,
|
||||
#paige-credit,
|
||||
#paige-date,
|
||||
#paige-file,
|
||||
#paige-keywords,
|
||||
#paige-prev-next,
|
||||
#paige-reading-time,
|
||||
@@ -80,7 +82,7 @@ paige:
|
||||
#paige-content { font-style: italic; }
|
||||
#paige-date { font-style: italic; }
|
||||
#paige-description { font-style: italic; }
|
||||
#paige-file-link { font-style: italic; }
|
||||
#paige-file { font-style: italic; }
|
||||
#paige-keywords { font-style: italic; }
|
||||
#paige-reading-time { font-style: italic; }
|
||||
#paige-series { font-style: italic; }
|
||||
|
@@ -2,6 +2,7 @@
|
||||
#paige-breadcrumbs,
|
||||
#paige-credit,
|
||||
#paige-date,
|
||||
#paige-file,
|
||||
#paige-keywords,
|
||||
#paige-prev-next,
|
||||
#paige-reading-time,
|
||||
|
@@ -39,15 +39,15 @@
|
||||
{{ end }}
|
||||
|
||||
{{ if and $page.File (or $fileediturl $filehistoryurl) }}
|
||||
<div class="mb-3" id="paige-file-links">
|
||||
<div class="mb-3" id="paige-file">
|
||||
{{ if $fileediturl }}
|
||||
<p class="mb-0 text-center" id="paige-file-link">
|
||||
<p class="mb-0 text-center" id="paige-file-edit">
|
||||
<a class="link-secondary" href="{{ $fileediturl | safeURL }}">{{ i18n "paige_edit_this_page" }}</a>
|
||||
</p>
|
||||
{{ end }}
|
||||
|
||||
{{ if $filehistoryurl }}
|
||||
<p class="mb-0 text-center" id="paige-file-link">
|
||||
<p class="mb-0 text-center" id="paige-file-history">
|
||||
<a class="link-secondary" href="{{ $filehistoryurl | safeURL }}">{{ i18n "paige_edit_history" }}</a>
|
||||
</p>
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user