Skip to content

Commit e989329

Browse files
committed
edited layout files
The layout files were edited in such a way that "Source: original work" now links to a Wiki page explaining what that means.
1 parent e4eada1 commit e989329

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

404.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ <h1>This page doesn't exist!</h1>
2424

2525
<div class="list">
2626
<ul>
27-
<li>If the URL reads <code class="language-plaintext highlighter-rouge">.../Proofs/[shortcut].html</code>, try to call <code class="language-plaintext highlighter-rouge">.../P/[shortcut]</code>.</li>
2827
<li>If the URL reads <code class="language-plaintext highlighter-rouge">.../P/[shortcut]</code>, create a <a href="/contribute/">new page</a> using the <a href="https://raw.githubusercontent.com/StatProofBook/StatProofBook.github.io/master/P/-temp-.md">proof template</a>.</li>
2928
<li>If the URL reads <code class="language-plaintext highlighter-rouge">.../D/[shortcut]</code>, create a <a href="/contribute/">new page</a> using the <a href="https://raw.githubusercontent.com/StatProofBook/StatProofBook.github.io/master/D/-temp-.md">definition template</a>.</li>
3029
</ul>

_layouts/definition.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1 class="post-title">Definition: {{ page.title }}</h1>
3131
</li>
3232
{% endfor %} </ul><br>
3333
{% else %}
34-
<b>Sources:</b> <br><ul><li>original work</li></ul><br>
34+
<b>Sources:</b> <br><ul><li><a href="https://github.com/StatProofBook/StatProofBook.github.io/wiki/What-does-%22original-work%22-mean%3F">original work</a></li></ul><br>
3535
{% endif %}
3636

3737
<!-- Metadata -->

_layouts/proof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1 class="post-title">Proof: {{ page.title }}</h1>
3131
</li>
3232
{% endfor %} </ul><br>
3333
{% else %}
34-
<b>Sources:</b> <br><ul><li>original work</li></ul><br>
34+
<b>Sources:</b> <br><ul><li><a href="https://github.com/StatProofBook/StatProofBook.github.io/wiki/What-does-%22original-work%22-mean%3F">original work</a></li></ul><br>
3535
{% endif %}
3636

3737
<!-- Metadata -->

0 commit comments

Comments
 (0)