[gnome-web-www: 39/68] Meta tags for web application use



commit 4127b1c069c9bcc0864c7bfa5f5e500ec2927085
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Mon Jan 9 18:13:49 2017 +0200

    Meta tags for web application use
    
    Set a default name and icon when the website is saved as a web app, or a tile (Windows)

 theme/header.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/theme/header.php b/theme/header.php
index 9c3a818..a200bc2 100644
--- a/theme/header.php
+++ b/theme/header.php
@@ -19,6 +19,8 @@ if (function_exists('wppo_get_lang')) {
 <head>
     <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php 
bloginfo('charset'); ?>" />
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="application-name" content="GNOME.org Website">
+    <link href="<?php bloginfo('stylesheet_directory'); ?>/images/gnome-logo.svg" rel="icon" sizes="any">
     <link rel="icon" type="image/png" href="<?php bloginfo('stylesheet_directory'); ?>/images/favicon.ico" />
     <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]