fix link to edit

This commit is contained in:
Pavel Mineev
2021-04-16 23:22:57 +03:00
committed by Umputun
parent 72c0dde88e
commit 7aa20d9dad

View File

@@ -77,7 +77,7 @@
<footer class="flex mt-4">
<div class="ml-auto text-xs">
Updated&nbsp;<time datetime="{{ site.date | isoDate }}">{{ site.date | humanizeDate }}</time>
<a class="ml-2 inline-block no-underline font-normal rounded" target="_blank" href="{{ site.githubUrl }}/edit/{{ site.githubBranch }}/{{ page.inputPath }}">Edit</a>
<a class="ml-2 inline-block no-underline font-normal rounded" target="_blank" href="{{ site.githubUrl }}/edit/{{ site.githubBranch }}/README.md">Edit</a>
</div>
</footer>
</article>