Repository: incubator-pirk Updated Branches: refs/heads/gh-pages 1bc2096ba -> f20cd82a8
updating skeleton for gh-pages rendering Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/f20cd82a Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/f20cd82a Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/f20cd82a Branch: refs/heads/gh-pages Commit: f20cd82a8497552b90e95a0cd8e60f14b4d5f3ef Parents: 1bc2096 Author: eawilliams <[email protected]> Authored: Tue Jul 12 20:53:54 2016 +0200 Committer: eawilliams <[email protected]> Committed: Tue Jul 12 20:53:54 2016 +0200 ---------------------------------------------------------------------- _layouts/skeleton.html | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/f20cd82a/_layouts/skeleton.html ---------------------------------------------------------------------- diff --git a/_layouts/skeleton.html b/_layouts/skeleton.html index 125d247..ada4317 100755 --- a/_layouts/skeleton.html +++ b/_layouts/skeleton.html @@ -80,6 +80,10 @@ <div class="container"> <div class="row"> <div class="col-md-12"> + + <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;"> + Visit the official site at: <a href="http://pirk.incubator.apache.org/">http://pirk.incubator.apache.org/</a> + </div> <div id="content"> {% unless page.skiph1fortitle %} <h1 class="title">{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</h1>
