diff options
author | Jeremy Stanley <fungi@yuggoth.org> | 2018-02-01 18:42:47 +0000 |
---|---|---|
committer | Jeremy Stanley <fungi@yuggoth.org> | 2018-02-01 18:42:47 +0000 |
commit | f9f3868e8349bbbce831e3a0466b144e359f3de3 (patch) | |
tree | 734fbbf9b8ceb4ca1a40b68233361ecc7ebb008c | |
parent | 98ed431f6c33906c8b08e2c2246dd32cc0ba0fd4 (diff) |
Link page source from the index footer
To make it easy for others to find the source code for the site, add
a URL to the cgit tree for it in the page footer.
Change-Id: Ie1d88e4aa6e4a572dacfa5b6e4d79536c920ab32
Notes
Notes (review):
Code-Review+1: Sean McGinnis <sean.mcginnis@gmail.com>
Code-Review+2: James E. Blair <corvus@inaugust.com>
Code-Review+2: Tobias Henkel <tobias.henkel@bmw.de>
Workflow+1: Tobias Henkel <tobias.henkel@bmw.de>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Fri, 02 Feb 2018 21:48:27 +0000
Reviewed-on: https://review.openstack.org/540083
Project: openstack-infra/zuul-website
Branch: refs/heads/master
-rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 31114a4..ec99a55 100644 --- a/www/index.html +++ b/www/index.html | |||
@@ -174,7 +174,7 @@ | |||
174 | <!-- Copyright --> | 174 | <!-- Copyright --> |
175 | <div class="copyright"> | 175 | <div class="copyright"> |
176 | <ul class="menu"> | 176 | <ul class="menu"> |
177 | <li>© Zuul Contributors. Licensed under Creative Commons Attribution 3.0</li><li>Title image by James E. Blair</li><li>Design based on Arcana from: <a href="http://html5up.net">HTML5 UP</a></li> | 177 | <li>© Zuul Contributors. Licensed under Creative Commons Attribution 3.0</li><li>Title image by James E. Blair</li><li>Design based on Arcana from: <a href="http://html5up.net">HTML5 UP</a></li><li><a href="https://git.openstack.org/cgit/openstack-infra/zuul-website/tree/">Browse page source</a></li> |
178 | </ul> | 178 | </ul> |
179 | </div> | 179 | </div> |
180 | 180 | ||