Skip to content

Commit

Permalink
Added support for plug-in includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
manton authored Jan 3, 2023
1 parent e7e6a0d commit 1051e53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,10 @@
<link rel="microsub" href="https://micro.blog/microsub" />
<link rel="webmention" href="https://micro.blog/webmention" />
<link rel="subscribe" href="https://micro.blog/users/follow" />
{{ range .Site.Params.plugins_css }}
<link rel="stylesheet" href="{{ . }}" />
{{ end }}
{{ range $filename := .Site.Params.plugins_html }}
{{ partial $filename $ }}
{{ end }}
</head>

0 comments on commit 1051e53

Please sign in to comment.