diff options
author | James Moger <james.moger@gitblit.com> | 2011-11-11 21:20:35 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-11-11 21:20:35 -0500 |
commit | ed99536abe326110de50d4c150b7b386c6e59707 (patch) | |
tree | a08e07052aed8ec41846fd64bc1e392198c4ab23 /docs/site_header.html | |
parent | c2fe08bb91494d3ce9dae60ed89f29bb0057bbf8 (diff) | |
download | gitblit-ed99536abe326110de50d4c150b7b386c6e59707.tar.gz gitblit-ed99536abe326110de50d4c150b7b386c6e59707.zip |
Documentation. Updated Google+ links.
Diffstat (limited to 'docs/site_header.html')
-rw-r--r-- | docs/site_header.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/site_header.html b/docs/site_header.html index 86aae411..c909fd80 100644 --- a/docs/site_header.html +++ b/docs/site_header.html @@ -30,6 +30,8 @@ <link href="prettify/prettify.css" type="text/css" rel="stylesheet" />
<!-- Place this tag in your head or just before your close body tag -->
+ <link rel="canonical" href="http://gitblit.com" />
+ <link rel="publisher" href="https://plus.google.com/114464678392593421684" />
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<!-- ANALYTICS -->
@@ -41,12 +43,13 @@ <a class="brand" href="http://gitblit.com" title="gitblit homepage">
<img src="gitblt_25_white.png" width="79" height="25" alt="gitblit" class="logo"/>
</a>
-
- <!-- Google Plus One -->
- <g:plusone></g:plusone>
-
+
<ul class="nav">
{1}
+ <!-- Google Plus Badge -->
+ <li><a href="https://plus.google.com/114464678392593421684?prsrc=3" style="margin-top:3px;text-decoration: none;"><img src="https://ssl.gstatic.com/images/icons/gplus-16.png" width="16" height="16" style="border: 0;"/></a></li>
+ <!-- Google Plus One -->
+ <li><div style="margin-top:14px;"><g:plusone size="small" href="http://gitblit.com"></g:plusone></div></li>
</ul>
</div>
</div>
|