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 - name: Contact
url: /contact url: /contact
weight: 1 weight: 1
- name: Posts
url: /
weight: 2
- name: About - name: About
url: /about url: /about
weight: 2
- name: Git
url: https://git.davegallant.ca/explore/repos
weight: 3 weight: 3
- name: RSS - name: RSS
url: /index.xml url: /index.xml
weight: 4 weight: 5
- name: Credits - name: Credits
url: /credits url: /credits
weight: 5 weight: 6
permalinks: permalinks:
post: "/blog/:year/:month/:day/:slug/" post: "/blog/:year/:month/:day/:slug/"

View File

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

View File

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