File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
{% extends '!layout.html' %}
2
2
3
3
{% block footer %}
4
- < div class ="container-xl ">
5
- < ul class ="navbar-nav ">
6
- < li class ="nav-end-item ">
7
- < a class ="nav-link nav-external " href ="# "> TODO: add more links</ a >
4
+ < div class ="container ">
5
+ < div class ="row ">
6
+ < div class ="col d-flex flex-row-reverse ">
7
+ < ul class ="nav ">
8
+ < li class ="nav-item ">
9
+ < a class ="nav-link " href ="https://github.com/common-workflow-language/user_guide/blob/gh-pages/CONTRIBUTING.md "> Contributing</ a >
8
10
</ li >
9
- </ ul >
11
+ < li class ="nav-item ">
12
+ < a class ="nav-link " href ="https://github.com/common-workflow-language/user_guide/ "> Source</ a >
13
+ </ li >
14
+ < li class ="nav-item ">
15
+ < a class ="nav-link " href ="https://github.com/common-workflow-language/user_guide/blob/gh-pages/CITATION "> Cite</ a >
16
+ </ li >
17
+ </ ul >
18
+ </ div >
19
+ </ div >
10
20
</ div >
11
21
12
22
{{ super() }}
You can’t perform that action at this time.
0 commit comments