75 lines
2.6 KiB
HTML
75 lines
2.6 KiB
HTML
<div class="page-meta-footer" data-pagefind-ignore="all">
|
|
|
|
$if(further-reading-refs)$
|
|
<div class="meta-footer-full" id="further-reading">
|
|
<h3>Further Reading</h3>
|
|
$further-reading-refs$
|
|
</div>
|
|
$endif$
|
|
|
|
$if(bibliography)$
|
|
<div class="meta-footer-full" id="bibliography">
|
|
<h3>Bibliography</h3>
|
|
$bibliography$
|
|
</div>
|
|
$endif$
|
|
|
|
<div class="meta-footer-grid">
|
|
|
|
<div class="meta-footer-section" id="version-history">
|
|
<h3>Version history</h3>
|
|
$if(version-history)$
|
|
<ul>
|
|
$for(version-history)$
|
|
<li>$vh-date$$if(vh-message)$ · $vh-message$$endif$</li>
|
|
$endfor$
|
|
</ul>
|
|
$else$
|
|
<ul>
|
|
$if(date-created)$<li>$date-created$ · Created</li>$endif$
|
|
$if(date-modified)$<li>$date-modified$ · Last modified</li>$endif$
|
|
</ul>
|
|
$endif$
|
|
</div>
|
|
|
|
$if(status)$
|
|
<div class="meta-footer-section meta-footer-epistemic" id="epistemic">
|
|
<h3>Epistemic</h3>
|
|
<div class="ep-compact">
|
|
<span class="ep-status">$status$</span>
|
|
$if(confidence)$<span class="ep-confidence" title="Confidence">$confidence$%</span>$endif$
|
|
$if(importance-dots)$<span class="ep-dots" title="Importance: $importance$/5">$importance-dots$</span>$endif$
|
|
$if(evidence-dots)$<span class="ep-dots" title="Evidence quality: $evidence$/5">$evidence-dots$</span>$endif$
|
|
</div>
|
|
<details class="ep-details">
|
|
<summary class="ep-summary">detail</summary>
|
|
<dl class="ep-expanded">
|
|
<dt>Stability</dt><dd>$stability$</dd>
|
|
$if(scope)$<dt>Scope</dt><dd>$scope$</dd>$endif$
|
|
$if(novelty)$<dt>Novelty</dt><dd>$novelty$</dd>$endif$
|
|
$if(practicality)$<dt>Practicality</dt><dd>$practicality$</dd>$endif$
|
|
$if(last-reviewed)$<dt>Last reviewed</dt><dd>$last-reviewed$</dd>$endif$
|
|
$if(confidence-trend)$<dt>Confidence trend</dt><dd>$confidence-trend$</dd>$endif$
|
|
</dl>
|
|
</details>
|
|
</div>
|
|
$endif$
|
|
|
|
$if(backlinks)$
|
|
<div class="meta-footer-section" id="backlinks">
|
|
<h3>Backlinks</h3>
|
|
$backlinks$
|
|
</div>
|
|
$endif$
|
|
|
|
$if(similar-links)$
|
|
<div class="meta-footer-section" id="similar-links">
|
|
<h3>Related</h3>
|
|
$similar-links$
|
|
</div>
|
|
$endif$
|
|
|
|
</div>
|
|
|
|
</div>
|