Update menu

This commit is contained in:
Dave Gallant
2024-01-07 09:55:06 -05:00
parent c7a2b2f4d2
commit b9926ba634
3 changed files with 14 additions and 14 deletions

View File

@@ -51,18 +51,18 @@ menu:
- name: Contact
url: /contact
weight: 1
- name: Posts
url: /
weight: 2
- name: About
url: /about
weight: 2
- name: Git
url: https://git.davegallant.ca/explore/repos
weight: 3
- name: RSS
url: /index.xml
weight: 4
weight: 5
- name: Credits
url: /credits
weight: 5
weight: 6
permalinks:
post: "/blog/:year/:month/:day/:slug/"

View File

@@ -3,8 +3,8 @@ title: "Contact"
draft: false
---
| Connect with me using any the following methods: |
| ------------------------------------------------ |
| Connect with me using the following methods: |
| --------------------------------------------- |
| [me@davegallant.ca](mailto:me@davegallant.ca) |
| <https://www.linkedin.com/in/dave-gallant> |
| <https://mastodon.social/@davegallant> |

View File

@@ -13,7 +13,7 @@ main {
display: grid;
grid-area: main;
grid-template-areas: "empty content sidebar";
grid-template-columns: 2fr minmax(0, 960px) 2fr;
grid-template-columns: 2fr minmax(0, 860px) 2fr;
}
header {