mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
PLace included metadata lines above the <title>
This commit is contained in:
parent
2237c10c84
commit
9ac796a68f
11 changed files with 11 additions and 11 deletions
|
@ -26,9 +26,9 @@
|
|||
?>
|
||||
<HTML<?php echo $direction?>>
|
||||
<HEAD>
|
||||
<?php echo $meta ?>
|
||||
<TITLE><?php echo $title ?></TITLE>
|
||||
<META NAME="keywords" CONTENT="Moodle, <?php echo $title ?> " />
|
||||
<?php echo $meta ?>
|
||||
<meta name="ROBOTS" content="INDEX,FOLLOW" />
|
||||
<meta name="resource-type" content="document" />
|
||||
<meta http-equiv="expires" content="0" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue