summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index dd8e7a61..228ad65a 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -66,16 +66,28 @@
</div>
{% endblock %}
<div id="footer">
- <p>Copyleft 2009-{% now "Y" %} Parabola Project. All content is
+ <p>Copyright © 2009-{% now "Y" %} Parabola Project. All content is
released under the <a
href="http://creativecommons.org/licenses/by-sa/3.0/"
rel="license">cc by-sa 3.0 unported</a> license.</p>
<p>Website software and layout is derivative of archweb,
- Copyright &copy; 2002-{% now "Y" %} <a href="mailto:jvinet@zeroflux.org"
+ Copyright © 2002-{% now "Y" %} <a href="mailto:jvinet@zeroflux.org"
title="Contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org"
title="Contact Aaron Griffin">Aaron Griffin</a>.</p>
</div>
</div>
+ <script type="application/ld+json">
+ {
+ "@context": "http://schema.org",
+ "@type": "WebSite",
+ "url": "{{ domain }}/",
+ "potentialAction": {
+ "@type": "SearchAction",
+ "target": "{{ domain }}/packages/?q={search_term}",
+ "query-input": "required name=search_term"
+ }
+ }
+ </script>
{% block script_block %}{% endblock %}
</body>
</html>