Allow modification of header metadata tags #253
TWinsnes
started this conversation in
Feature Requests
Replies: 1 comment
-
|
I've created a pull request that implements this change |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
All the metadata fields are currently hard-coded in the head.html partial
lotusdocs/layouts/partials/head.html
Lines 8 to 13 in 7f034c9
It would be great to be able to modify these from the site config, or even use the information in the front matter of individual docs pages. The metadata tags like description and author are used by services to display additional information about links, and ideally it should represent the page it links to.
Beta Was this translation helpful? Give feedback.
All reactions