Mercurial > web
changeset 123:495517d4487f
index: fix invalid HTML
| author | Paper <paper@tflc.us> |
|---|---|
| date | Sun, 12 Jul 2026 19:05:31 -0400 |
| parents | 31d34ebbae2d |
| children | ce02bf9659ef |
| files | _data/navigation.yml index.html |
| diffstat | 2 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/_data/navigation.yml Fri Feb 20 12:50:33 2026 -0500 +++ b/_data/navigation.yml Sun Jul 12 19:05:31 2026 -0400 @@ -6,4 +6,4 @@ link: /blog/ prefix: /blog/ - name: cheese - link: /cheese/ \ No newline at end of file + link: /cheese/
--- a/index.html Fri Feb 20 12:50:33 2026 -0500 +++ b/index.html Sun Jul 12 19:05:31 2026 -0400 @@ -58,7 +58,6 @@ {% if plug.title %} title="{{ plug.title }}" {% endif %} - } > {% if plug.href %} </a> @@ -80,7 +79,6 @@ {% if blip.title %} title="{{ blip.title }}" {% endif %} - } > {% if blip.href %} </a>
