Update page descriptions

This commit is contained in:
2020-12-13 03:19:30 +00:00
parent d73d3caf7f
commit 31eff6d382
9 changed files with 27 additions and 23 deletions

View File

@@ -10,8 +10,8 @@
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="/" {% if page.url == "/" or page.url == "/index.html" %} class="current-page-link"
{% endif %}>Home</a></li>
<li><a href="/" {% if page.url == "/" or page.url == "/index.html" %} class="current-page-link" {% endif %}>Home</a></li>
<li><a href="https://blog.mgrove.uk">Blog</a></li>
{% assign all_pages = site.pages | sort: "title" %}
{% for project in all_pages %}