[Migration from Jekyll] Best approach to provide custom templates for a blog post project #2675
Unanswered
adithyabsk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm migrating from fastpages, and I've hit a snag. I had a custom template in Jekyll that would let me automatically redirect to external blog posts using a
meta
refresh tag.I've been digging into both the docs and reference page in quarto and cannot for the life of me figure out how to:
I have been able to pass html snippets to the default quarto template by setting
include-after-body
in a_metadata.yml
file. A similar approach usinginclude-in-header
was working, but the page was too heavy and the meta refresh took too long.Was looking for some ideas on how other folks implemented something similar.
Beta Was this translation helpful? Give feedback.
All reactions