diff options
| author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-21 00:58:00 -0600 | 
|---|---|---|
| committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-21 00:58:00 -0600 | 
| commit | 817fc739d004324af7b512b29f730425e28af386 (patch) | |
| tree | d579197946882f1cf1005b84d49f5454065c5b92 /templates | |
| parent | eefe66d31292221ce46597010426956a23185ead (diff) | |
re-add manifest and update css
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 4 | ||||
| -rw-r--r-- | templates/header.html | 4 | 
2 files changed, 5 insertions, 3 deletions
| diff --git a/templates/base.html b/templates/base.html index 3e9f2f4..21dd0aa 100644 --- a/templates/base.html +++ b/templates/base.html @@ -26,11 +26,13 @@      <script data-goatcounter="https://navanchauhan.goatcounter.com/count"          async src="//gc.zgo.at/count.js"></script>      <script defer data-domain="web.navan.dev" src="https://plausible.io/js/plausible.js"></script> +    <link rel="manifest" href="manifest.json" />      {% endblock %}  </head>  <body>      {% include "header.html" %}      {% block body %}{% endblock %} - +    <script src="assets/manup.min.js"></script> +    <script src="/pwabuilder-sw-register.js"></script>      </body>  </html> diff --git a/templates/header.html b/templates/header.html index fa4f293..35a7bf6 100644 --- a/templates/header.html +++ b/templates/header.html @@ -3,8 +3,8 @@  <a href="/">home</a> |  <a href="/about/">about/links</a> |  <a href="/posts/">posts</a> | -<a href="/publications/">publications</a> | -<a href="/repo/">iOS repo</a> | +<!--<a href="/publications/">publications</a> |--> +<!--<a href="/repo/">iOS repo</a> |-->  <a href="/feed.rss">RSS Feed</a> |  </nav>  </center> | 
