Skip to content

Instantly share code, notes, and snippets.

@opi
Created April 3, 2014 12:58
Show Gist options
  • Save opi/9953818 to your computer and use it in GitHub Desktop.
Save opi/9953818 to your computer and use it in GitHub Desktop.
D8 !!
<?php
function THEME_html_head_alter(&$head_elements) {
$head_elements['system_meta_generator']['#attributes']['content'] = "Drupal 8 (http://drupal.org)";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment