mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 21:55:32 -04:00
organize config.toml params, and stop treating frontmattered CSS as SCSS unnecessarily -- it appears to cause some weird race condition with temporary files every once in a while...? not the intended use anyways though.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{ with .Site.Params.webmentionIO }}
|
||||
{{ with .Site.Params.social.webmentionIO }}
|
||||
<link rel="pingback" href="https://webmention.io/{{ . }}/xmlrpc">
|
||||
<link rel="webmention" href="https://webmention.io/{{ . }}/webmention">
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user