Update with custom theme files
This commit is contained in:
parent
3b303aee07
commit
0c277c2458
45 changed files with 4324 additions and 11 deletions
4
layouts/shortcodes/page-resource.html
Normal file
4
layouts/shortcodes/page-resource.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
{{ $resource := .Page.Resources.GetMatch ($.Get 0) }}
|
||||
{{ with $resource }}
|
||||
{{ $resource.RelPermalink }}
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue