1
0
Fork 0

fix sidebar links

This commit is contained in:
Maxime 2018-02-07 12:26:32 +01:00
parent 1b140792f7
commit c9e8009949

View file

@ -6,7 +6,7 @@
%ul.list-none.no-margin.no-padding
- dir.get_children.each do |file|
%li
%a{href: file.get_final_url}
%a{href: "#{file.final_url(file.get_url)}/"}
= file.get_val.metadata[:page][:title]