You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2019/06/03 04:41:20 UTC

[maven-fluido-skin] branch master updated: [MSKINS-104] Remove obsolete meta tags Submitted by: Mike Mol

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git


The following commit(s) were added to refs/heads/master by this push:
     new 432adf0  [MSKINS-104] Remove obsolete meta tags Submitted by: Mike Mol
     new eafd61a  Merge pull request #8 from mikemol1991/MSKINS-104_remove_metatag
432adf0 is described below

commit 432adf07d7ca55323d130b04b10fcec5ecd9b235
Author: MikeMo <mi...@infosupport.com>
AuthorDate: Fri May 31 17:09:33 2019 +0200

    [MSKINS-104] Remove obsolete meta tags
    Submitted by: Mike Mol
---
 src/main/resources/META-INF/maven/site.vm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/main/resources/META-INF/maven/site.vm b/src/main/resources/META-INF/maven/site.vm
index d7e2769..37b8a07 100644
--- a/src/main/resources/META-INF/maven/site.vm
+++ b/src/main/resources/META-INF/maven/site.vm
@@ -42,9 +42,6 @@
 #if ( $dateRevision && !$skipGenerationDate )
     <meta name="Date-Revision-yyyymmdd" content="$dateRevision" />
 #end
-#if ( $locale )
-    <meta http-equiv="Content-Language" content="$locale.language" />
-#end
     <title>$title</title>
     <link rel="stylesheet" href="$relativePath/css/apache-maven-fluido-@project.version@.min.css" />
     <link rel="stylesheet" href="$relativePath/css/site.css" />