mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2026-02-02 09:25:10 +01:00
docs: remove extra spacing around source file links
This commit is contained in:
parent
08740f5f55
commit
5e46569c9a
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
<div class="source">
|
<div class="source">
|
||||||
<pre class="filename">
|
<pre class="filename">
|
||||||
<a href="{{ $.Site.Params.BookRepo}}/tree/main/docs/content/{{ .Page.File.Dir }}/{{ $file }}">
|
<a href="{{ $.Site.Params.BookRepo}}/tree/main/docs/content/{{ .Page.File.Dir }}/{{ $file }}">
|
||||||
{{ $file }}
|
{{- $file -}}
|
||||||
</a>
|
</a>
|
||||||
</pre>
|
</pre>
|
||||||
{{- $file := path.Join .Page.File.Dir $file -}}
|
{{- $file := path.Join .Page.File.Dir $file -}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue