mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
feat(plugin/style.html): add .Link tag to set href directly
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
{{- end -}}
|
||||
{{- $href = $resource.RelPermalink -}}
|
||||
{{- end -}}
|
||||
{{- with .Link -}}
|
||||
{{- $href = . -}}
|
||||
{{- end -}}
|
||||
{{- if .Inline -}}
|
||||
<style>{{- $resource.Content | safeCSS -}}</style>
|
||||
{{- else if .Defer -}}
|
||||
|
||||
Reference in New Issue
Block a user