Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Feed plugin and <head> tag

Solved by pamtbaau View solution

Started by David Meissner 9 months ago · 3 replies · 296 views
9 months ago

The documentation for the Feed plugin says to add a link to the HTML head tag to enable autodiscovery of the feed. How is this done? I assume I have to modify a .twig file somewhere, but which file? The example given for adding a button to the sidebar names the file to edit, but I can’t find a similar example for the head tag.

9 months ago Solution

@dmeissner:
I assume I have to modify a .twig file somewhere, but which file?

There usually is only one twig file that creates the \<head>, and it is extended by all page types: /user/themes/yourtheme/templates/partials/base.html.twig

9 months ago

Thank you. So possibly an inherited theme would be the recommended way to handle this? I’ll go ahead and edit the file directly for now, and if I eventually need other theme changes then I can create an inherited theme.

9 months ago

@dmeissner,

So possibly an inherited theme would be the recommended way to handle this?

Good point! I forgot my usual warning: Only make theme customisations in an inheriting (aka. child) theme.

Suggested topics

Topic Participants Replies Views Activity
General · by jeremycherfas, 4 days ago
3 92 21 minutes ago
General · by Old Man Umby, 2 days ago
1 60 2 days ago
General · by Sebastian, 4 days ago
1 81 4 days ago
General · by Andy Miller, 2 weeks ago
0 216 2 weeks ago
General · by ready-4-IT, 6 months ago
1 716 3 weeks ago