This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/master by this push: new a66d735 Update base.html a66d735 is described below commit a66d73571beb4435ce72eabb7f309885e9222a78 Author: Dave Fisher <dave2w...@comcast.net> AuthorDate: Wed Dec 11 11:52:05 2019 -0800 Update base.html Add Apache Events image and links --- theme/apache/templates/base.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html index 430050b..09a69db 100644 --- a/theme/apache/templates/base.html +++ b/theme/apache/templates/base.html @@ -87,7 +87,7 @@ <footer class="navbar-expand-lg navbar-light bg-light"> <div class="footer" id="footer"> - <div class="row"> + <div class="row container-fluid"> <div class="col-sm"> <address id="about" class="vcard body"> Apache Software Foundation<br/> @@ -101,10 +101,9 @@ </ul> </div> <div class="col-sm"> - <ul> - <li>link 3</li> - <li>link 4</li> - </ul> + <a href="https://www.apache.org/events/current-event.html"> + <img src="https://www.apache.org/events/current-event-234x60.png"/> + </a> </div> </div>