[www-doc] [Git][VideoLAN.org/websites][master] Invert the title order
Jean-Baptiste Kempf
gitlab at videolan.org
Fri Feb 10 09:30:46 CET 2017
Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites
Commits:
9933a57c by Jean-Baptiste Kempf at 2017-02-10T09:30:42+01:00
Invert the title order
- - - - -
1 changed file:
- www.videolan.org/include/header.php
Changes:
=====================================
www.videolan.org/include/header.php
=====================================
--- a/www.videolan.org/include/header.php
+++ b/www.videolan.org/include/header.php
@@ -145,7 +145,7 @@ function start_head( $title,
<meta name="Description" content="<?php echo _( $title ); ?>" />
<meta name="apple-itunes-app" content="app-id=650377962"/>
- <title>VideoLAN - <?php echo _( $title ); ?></title>
+ <title><?php echo _( $title ); ?> - VideoLAN</title>
<?php /* Additional Meta */
if( isset($additional_meta) ) {
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/9933a57c5c7820bef2da26d9d12ca648a5362723
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/www-doc/attachments/20170210/a19a5ce2/attachment.html>
More information about the www-doc
mailing list