mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
Update menu
This commit is contained in:
10
config.yaml
10
config.yaml
@@ -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/"
|
||||
|
@@ -3,11 +3,11 @@ title: "Contact"
|
||||
draft: false
|
||||
---
|
||||
|
||||
| Connect with me using any the following methods: |
|
||||
| ------------------------------------------------ |
|
||||
| [me@davegallant.ca](mailto:me@davegallant.ca) |
|
||||
| <https://www.linkedin.com/in/dave-gallant> |
|
||||
| <https://mastodon.social/@davegallant> |
|
||||
| <https://github.com/davegallant> |
|
||||
| <https://davegallant.ca/index.xml> |
|
||||
| <https://git.davegallant.ca/explore/repos> |
|
||||
| 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> |
|
||||
| <https://github.com/davegallant> |
|
||||
| <https://davegallant.ca/index.xml> |
|
||||
| <https://git.davegallant.ca/explore/repos> |
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user