unlcms / project-herbie

Drupal 10 implementation at the University of Nebraska–Lincoln
https://cms.unl.edu
GNU General Public License v2.0
5 stars 6 forks source link

title tag changes #582 #583

Closed sarongebre closed 1 month ago

sarongebre commented 7 months ago

12/20/2023

Closes #582

I don't think we will be needing the drush commands below since I have updated the pull request to use the Herbie config feature

I believe we want these drush commands to change the default module settings...

vendor/bin/drush config:set --input-format=yaml metatag.metatag_defaults.global tags.title "'[current-page:title] | [site:name] | Nebraska'"

vendor/bin/drush config:set --input-format=yaml metatag.metatag_defaults.front tags.title "'[site:name] | Nebraska'"

vendor/bin/drush config:set --input-format=yaml metatag.metatag_defaults.node tags.title "'[node:title] | [site:name] | Nebraska'"