mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-31 08:57:15 +00:00
Merge pull request #27 from tfsaggregator/master
Fix URL for 'Edit this page' on Windows
This commit is contained in:
commit
be56ee9739
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
{{ $Site := .Site }}
|
||||
{{with $File.Path }}
|
||||
<div id="top-github-link">
|
||||
<a class="github-link" href="{{ $Site.Params.editURL }}{{ $File.Dir }}{{ $File.LogicalName }}" target="blank">
|
||||
<a class="github-link" href="{{ $Site.Params.editURL }}{{ replace $File.Dir "\\" "/" }}{{ $File.LogicalName }}" target="blank">
|
||||
<i class="fa fa-code-fork"></i>
|
||||
Edit this page
|
||||
</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue