@@ -13,10 +13,10 @@ <h1 class="post-title">Definition: {{ page.title }}</h1>
1313
1414 <!-- Index -->
1515 < b > Index:</ b >
16- < a href ="https://StatProofBook.github.io "> The Book of Statistical Proofs</ a > ▷
17- < a href ="https://statproofbook.github.io /I/ToC#{{ page.chapter }} "> {{ page.chapter }}</ a > ▷
18- < a href ="https://statproofbook.github.io /I/ToC#{{ page.section }} "> {{ page.section }}</ a > ▷
19- < a href ="https://statproofbook.github.io /I/ToC#{{ page.topic }} "> {{ page.topic }}</ a > ▷
16+ < a href ="/I/ToC "> The Book of Statistical Proofs</ a > ▷
17+ < a href ="/I/ToC#{{ page.chapter }} "> {{ page.chapter }}</ a > ▷
18+ < a href ="/I/ToC#{{ page.section }} "> {{ page.section }}</ a > ▷
19+ < a href ="/I/ToC#{{ page.topic }} "> {{ page.topic }}</ a > ▷
2020 {{ page.definition }} < br > < br >
2121
2222 <!-- Definition -->
@@ -40,19 +40,22 @@ <h1 class="post-title">Definition: {{ page.title }}</h1>
4040 {% endif %}
4141
4242 <!-- Metadata -->
43+ < b > Metadata:</ b > ID: < a href ="/I/DbN "> {{ page.def_id }}</ a > | shortcut: < a href ="/I/DbT "> {{ page.shortcut }}</ a > |
4344 {% if page.username %}
44- < b > Metadata: </ b > ID: {{ page.def_id }} | shortcut: {{ page.shortcut }} | author: < a href ="https://github.com/{{ page.username }} "> {{ page.username }}</ a > | date: {{ page.date | date: "%Y-%m-%d, %H:%M" }}.
45+ author: < a href ="https://github.com/{{ page.username }} "> {{ page.username }}</ a > |
4546 {% elsif page.author %}
46- < b > Metadata: </ b > ID: {{ page.def_id }} | shortcut: {{ page.shortcut }} | author: {{ page.author }} | date: {{ page.date | date: "%Y-%m-%d, %H:%M" }}.
47+ author: {{ page.author }} |
4748 {% else %}
48- < b > Metadata: </ b > ID: {{ page.def_id }} | shortcut: {{ page.shortcut }} | author: unknown | date: {{ page.date | date: "%Y-%m-%d, %H:%M" }}.
49+ author: unknown |
4950 {% endif %}
51+ date: {{ page.date | date: "%Y-%m-%d, %H:%M" }}.
5052
5153 </ div >
5254
5355 <!-- "edit this definition" -->
5456 < div style ="text-align:right ">
5557 < small > < a href ="https://github.com/StatProofBook/StatProofBook.github.io/blob/master/D/{{ page.shortcut }}.md "> view/edit this definition</ a > </ small >
58+ < small > < a href ="/citations/ "> cite this definition</ a > </ small >
5659 </ div >
5760
5861</ article >
0 commit comments