From 1261194a49381d7a4070e6bfc753377500f21e7e Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 16 Nov 2021 16:04:00 -0500 Subject: [PATCH] crude search system --- content/search.md | 59 ++++++++++++++++++++++++++++++++++++++++++++ templates/index.html | 17 +++++++++++++ templates/page.html | 1 - 3 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 content/search.md diff --git a/content/search.md b/content/search.md new file mode 100644 index 0000000..b256dcb --- /dev/null +++ b/content/search.md @@ -0,0 +1,59 @@ +--- +title: Search +--- + +
+ +
+ +
    + + + + + diff --git a/templates/index.html b/templates/index.html index de22ec9..6b0b521 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,6 +8,23 @@ + + {% endblock head %} {% block content %} diff --git a/templates/page.html b/templates/page.html index 28460f6..fa6f24f 100644 --- a/templates/page.html +++ b/templates/page.html @@ -42,7 +42,6 @@ MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], displayMat }] } - {% endblock head %} {% block profile %}