1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
nix.dev/source/_templates/srclinks.html

16 lines
790 B
HTML
Raw Normal View History

2020-06-15 12:06:41 -04:00
{%- if show_source and has_source and sourcename %}
<div class="widget navlinks">
<h3>{{ _('This Page') }}</h3>
<ul class="this-page-menu">
2020-07-08 16:47:32 -04:00
<li><a href="https://github.com/nix-dot-dev/nix.dev/edit/master/{{ ('source/' + sourcename).replace('.txt','') }}"
rel="nofollow"
target="_blank">{{ _('Edit this page') }}</a></li>
2020-07-08 16:47:32 -04:00
<li><a href="https://github.com/nix-dot-dev/nix.dev/commits/master/{{ ('source/' + sourcename).replace('.txt','') }}"
rel="nofollow"
target="_blank">{{ _('Page history') }}</a></li>
2020-07-08 16:47:32 -04:00
<li><a href="https://github.com/nix-dot-dev/nix.dev/raw/master/{{ ('source/' + sourcename).replace('.txt','') }}"
rel="nofollow"
target="_blank">{{ _('Source') }}</a></li>
</ul>
</div>
2020-06-15 12:06:41 -04:00
{%- endif %}