Created
December 19, 2017 04:50
-
-
Save katzueno/33628b7f98e1db16c710604f93162be6 to your computer and use it in GitHub Desktop.
hreflang setting for concrete5 config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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