Skip to content

Instantly share code, notes, and snippets.

@katzueno
Created December 19, 2017 04:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katzueno/33628b7f98e1db16c710604f93162be6 to your computer and use it in GitHub Desktop.
Save katzueno/33628b7f98e1db16c710604f93162be6 to your computer and use it in GitHub Desktop.
hreflang setting for concrete5 config
<?php
return [
/*
* ------------------------------------------------------------------------
* Multilingual Settings
* ------------------------------------------------------------------------
*/
'multilingual' => [
'set_alternate_hreflang' => true,
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment