mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 22:14:22 +01:00
Fix: file path for post share partial
This commit is contained in:
parent
2d6f4488fc
commit
383e9e5822
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
{{ .Content }}
|
||||
</div>
|
||||
{{ if site.Params.post_share }}
|
||||
{{ partial "post-share.html" . }}
|
||||
{{ partial "post_share.html" . }}
|
||||
{{ end }}
|
||||
|
||||
<!-- comments -->
|
||||
|
|
Loading…
Reference in a new issue