You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2017/10/30 21:09:29 UTC

wicket-site git commit: Fixed live examples link on home page

Repository: wicket-site
Updated Branches:
  refs/heads/asf-site e187e7fd1 -> 6a3741a93


Fixed live examples link on home page


Project: http://git-wip-us.apache.org/repos/asf/wicket-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket-site/commit/6a3741a9
Tree: http://git-wip-us.apache.org/repos/asf/wicket-site/tree/6a3741a9
Diff: http://git-wip-us.apache.org/repos/asf/wicket-site/diff/6a3741a9

Branch: refs/heads/asf-site
Commit: 6a3741a930918e808e7c4bfca08da2a704b11bda
Parents: e187e7f
Author: Andrea Del Bene <ad...@apache.org>
Authored: Mon Oct 30 22:07:12 2017 +0100
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Mon Oct 30 22:09:05 2017 +0100

----------------------------------------------------------------------
 _config.yml              | 2 ++
 _includes/jumbotron.html | 2 +-
 content/atom.xml         | 2 +-
 content/index.html       | 2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket-site/blob/6a3741a9/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index dd3bdef..d9cceb0 100644
--- a/_config.yml
+++ b/_config.yml
@@ -25,6 +25,8 @@ wicket:
   released:   2017-10-25
   versions:   [6.28.0, 1.5.17, 1.4.23, 7.9.0, 1.5-SNAPSHOT, 6.29.0-SNAPSHOT, 7.10.0-SNAPSHOT, 8.0.0-M8, 8.0.0-SNAPSHOT]
 
+live_examples_url: http://examples7x.wicket.apache.org/
+
 navigation:
 - id: start
   text: Quick Start

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/6a3741a9/_includes/jumbotron.html
----------------------------------------------------------------------
diff --git a/_includes/jumbotron.html b/_includes/jumbotron.html
index 5019747..de80b1b 100644
--- a/_includes/jumbotron.html
+++ b/_includes/jumbotron.html
@@ -7,7 +7,7 @@
     <div class="jumbotron-download">
         <a class="button" href="#news">Latest News</a>
         <a class="button" href="{{ site.baseurl }}/start/quickstart.html">Get started</a>
-		<a class="button" href="http://examples7x.wicket.apache.org/index.html">Live Examples</a>
+		<a class="button" target="_blank" href="{{ site.live_examples_url }}">Live Examples</a>
 		<br>
 		<small class="jumbotron-version">Current release: {{ site.wicket.version }}</small>
     </div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/6a3741a9/content/atom.xml
----------------------------------------------------------------------
diff --git a/content/atom.xml b/content/atom.xml
index d02692c..0b11b4d 100644
--- a/content/atom.xml
+++ b/content/atom.xml
@@ -3,7 +3,7 @@
     <title>Apache Wicket</title>
     <link href="http://wicket.apache.org/atom.xml" rel="self"/>
     <link href="http://wicket.apache.org/"/>
-    <updated>2017-10-26T12:31:30+02:00</updated>
+    <updated>2017-10-30T22:06:36+01:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/6a3741a9/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 3213700..7177008 100644
--- a/content/index.html
+++ b/content/index.html
@@ -45,7 +45,7 @@
     <div class="jumbotron-download">
         <a class="button" href="#news">Latest News</a>
         <a class="button" href="/start/quickstart.html">Get started</a>
-		<a class="button" href="http://examples7x.wicket.apache.org/index.html">Live Examples</a>
+		<a class="button" target="_blank" href="http://examples7x.wicket.apache.org/">Live Examples</a>
 		<br>
 		<small class="jumbotron-version">Current release: 7.9.0</small>
     </div>