Browse Source

На страницы Wiki (не дневника) добавлена ссылка на index.html

Maxim Lihachev 12 years ago
parent
commit
f951e4a662
  1. 4
      vimwiki/style/template.html

4
vimwiki/style/template.html

@ -78,6 +78,10 @@ @@ -78,6 +78,10 @@
document.write('<a class="icon-calendar-empty" id="datepicker"></a>');
document.write('<a class="icon-right-open" href="' + next + '.html" id="prev"></a>');
document.write('</div>');
} else {
document.write('<div style="text-align: right; float: right; " id="icons" class="navigation">');
document.write('<a class="icon-home" href="%root_path%index.html"></a>');
document.write('</div>');
}
new Pikaday(

Loading…
Cancel
Save