Skip to content

Help with Template Partials #6756

Answered by dragonstyle
the-solipsist asked this question in Q&A
Discussion options

You must be logged in to vote

You're very close- the issue you're running into is that the template/partial system only permits you to provide a specific set of templates (not arbitrary templates). In the case of HTML, you are providing the title-block partial which is totally correct, but that partial points to the _title-meta-author.html which we don't 'know' about. If you just take the contents of that file and copy and paste it directly into the title-block.html file in place of any calls to _title-meta-author.html() it should just work.

HTH!

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@FelixBenning
Comment options

@cderv
Comment options

@FelixBenning
Comment options

Answer selected by the-solipsist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
html Issues with HTML and related web technology (html/css/scss/js)
4 participants