mirror of
https://github.com/adulau/sillon-fictionnel.git
synced 2024-11-07 12:06:37 +00:00
chg: [theme] ajout d'un petit crayon pour faciliter la vie des auteurs
This commit is contained in:
parent
7f57f45eeb
commit
f16fcc493b
2 changed files with 6 additions and 1 deletions
|
@ -38,4 +38,9 @@
|
||||||
{{ range .Params.tags }}
|
{{ range .Params.tags }}
|
||||||
<a href="/tags/{{ . }}">{{ . }}</a>
|
<a href="/tags/{{ . }}">{{ . }}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ if .IsPage }}
|
||||||
|
{{ with .Page.File.Path }}
|
||||||
|
  <a href='https://github.com/adulau/sillon-fictionnel/edit/main/content/{{ . }}' class="btn"><i class="fa-solid fa-pencil"></i></a>
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue