Files
go-ethereum/_includes/link.html
2019-03-27 09:31:41 +01:00

2 lines
184 B
HTML

{% capture root %}{% if page.root %}{{ page.root }}{% else %}{{ site.default_root }}{% endif %}{% endcapture %}
{{ include.url | remove: ".html" | prepend: root | replace: '//', '/' }}