Add title to Search page

* Fix typo
* Add currently used Xapian version
* Change Xapian version link
This commit is contained in:
Matthias Portzel 2022-04-04 12:12:56 -04:00
parent e7c1d17cab
commit 18300386cd
2 changed files with 5 additions and 3 deletions

6
README
View File

@ -43,8 +43,9 @@ pip install -r requirements.txt
curl -OL https://tildegit.org/matthias/xapian-haystack/raw/branch/master/install_xapian.sh
# NOTE: make sure the virtual enviroment is enabled before running this
# Check the latest version of xapian from https://github.com/xapian/xapian/tags
sh install_xapain.sh <version>
# Check the latest version of xapian from https://xapian.org
# As of writing, that's 1.4.19
sh install_xapian.sh <version>
./manage.py rebuild_index
@ -59,4 +60,3 @@ EOF
```

View File

@ -1,5 +1,7 @@
{% extends "whispermaphone/page.html" %}
{% block title %}Search{% if query %} "{{ query }}"{% endif %}{% endblock %}
{% block navigation %}
<a class="text" href="/">Thoughts</a>
<a class="text" href="/about">About</a>{% if authenticated %}