Skip to content

Commit

Permalink
Merge pull request scipy-conference#389 from deniederhut/bug/sidebar-…
Browse files Browse the repository at this point in the history
…years

BUG: adds recent years to sidebar on html page
  • Loading branch information
mpacer authored May 20, 2018
2 parents 0a1159a + aa14afa commit 45bb339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publisher/_static/proc_links.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function proc_versions() {
var versions = ['2011', '2010', '2009', '2008'];
var versions = ['2017', '2016', '2015', '2014', '2013', '2012', '2011', '2010', '2009', '2008'];
var proc_url = 'http://conference.scipy.org/proceedings/scipy';
document.write('<ul id="navibar">');

Expand Down

0 comments on commit 45bb339

Please sign in to comment.