-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from psu-libraries/footer-update
Updated footer to contact department
- Loading branch information
Showing
1 changed file
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,13 +52,12 @@ | |
<div id="footer"> | ||
<div class="container"> | ||
<h2>{{site_title}}</h2> | ||
<p>For questions about content, please contact <a href="mailto:[email protected]">Sue Kellerman</a>, Judith O. Sieg Librarian for Preservation and former PI of the PA Newspaper Project and the PA | ||
Digital Newspaper Project. For technical or other issues, please contact <a href="mailto:[email protected]">Andrew Gearhart</a> or <a href="mailto:[email protected]">Jeff Knapp</a>, Larry and | ||
Ellen Foster Communications Librarian. | ||
</p> | ||
<p> | ||
Site created using <a href="https://github.com/open-oni/open-oni">open-oni</a> software, built off the Library of Congress's <a href="https://github.com/LibraryofCongress/chronam">chronam</a>. </p> | ||
<p><a href = "https://libraries.psu.edu/accessibility-help">Accessibility Help</a></p> | ||
<p> | ||
For questions about content and participation in the PA Newspaper Archive, please contact the <a href="mailto:[email protected]">Preservation, Conservative and Digitization department.</a> | ||
</p> | ||
<p> | ||
Site created using <a href="https://github.com/open-oni/open-oni">open-oni</a> software, built off the Library of Congress's <a href="https://github.com/LibraryofCongress/chronam">chronam</a>. </p> | ||
<p><a href = "https://libraries.psu.edu/accessibility-help">Accessibility Help</a></p> | ||
</div><!-- /container --> | ||
</div><!-- /footer --> | ||
|
||
|
@@ -128,7 +127,7 @@ <h1 class="title">{{ site_title }}</h1><p class="subtitle">Significant historica | |
<li class="nav_advanced_search"><a href="{% url 'openoni_search_advanced' %}">Advanced Search</a></li> | ||
</ul> | ||
{% endblock navbar_advancedsearch %} | ||
|
||
{% block navbar_search %} | ||
<form class="form-inline navbar-form navbar-right" action="{% url 'openoni_search_pages_results' %}" method="get"> | ||
<div class="form-group"> | ||
|