Skip to content

Commit 84ecea8

Browse files
authored
fix: correct blog post link path and revert theme to vue.css
1 parent e3e3af5 commit 84ecea8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

blog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This section is for community-submitted posts merged through pull requests.
66

77
## Blog Posts
88

9-
- [Welcome to the Community Blog](posts/2026-06-24-community-welcome.md)
9+
- [Welcome to the Community Blog](/blog/posts/2026-06-24-community-welcome.md)
1010

1111
## Submit a Blog Post
1212

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="description"
99
content="A learning resource for the community to pick up a foundational theory and hands-on knowledge and understanding of the key areas of DevOps. Follow along and join the community!">
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
11-
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/dark.css" />
11+
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css" />
1212
</head>
1313

1414
<body>

0 commit comments

Comments
 (0)