File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ first_published: 2000
1212email : biojava-l@biojava.org
1313baseurl : " " # the subpath of your site, e.g. /blog
1414url : " http://biojava.org" # the base hostname & protocol for your site
15+ google_analytics : UA-1326640-1
1516social :
1617 # twitter: https://twitter.com/<username>
1718 github : https://github.com/biojava
@@ -63,5 +64,8 @@ release:
6364 version : 4.2.0
6465
6566collections :
66- - wikis
67-
67+ wikis :
68+ output : true
69+ permalink : /wikis/:path/
70+ post_dirs : false
71+
File renamed without changes.
Original file line number Diff line number Diff line change 77
88 < p > The following pages have been imported from the legacy mediawiki instance</ p >
99
10- {% for my_page in site.wikis.pages %}
10+ {% for my_page in site.wikis %}
1111 < p >
1212 < ul >
1313 < li >
14- < a href ="{{ my_page.url }} "> {{ my_page.title }}</ a >
14+ {{ my_page.categories }} < a href ="{{ site.baseurl }}{{ my_page.url }} "> {{ my_page.title }}</ a >
15+
1516 </ li >
1617 </ ul >
1718 </ p >
1819
19- {% endfor %}
20+ {% endfor %}
2021
2122
2223
You can’t perform that action at this time.
0 commit comments