Skip to content

Commit f903621

Browse files
committed
💄 Footer
1 parent d475c09 commit f903621

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

docfx.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"_gitContribute": {
3434
"repo": "https://github.com/Hona/VerticalSliceArchitecture.Documentation",
3535
"branch": "main"
36-
}
36+
},
37+
"_appFooter": "We ❤️ Open Source · Powered by <a href='https://github.com/dotnet/docfx' target='_blank'>docfx</a> · Built with by <a href='https://lukeparker.dev' target='_blank'>Luke Parker</a> (<a href='https://github.com/Hona' target='_blank'>Hona</a>) · Contributions welcome on <a href='https://github.com/Hona/VerticalSliceArchitecture.Documentation' target='_blank'>GitHub</a>"
3738
},
3839
"disableGitFeatures": false
3940
}

honafx/public/main.css

+4
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
--bs-navbar-brand-hover-color: #fff !important;
8282
}
8383

84+
footer {
85+
color: var(--bs-light) !important;
86+
}
87+
8488
body {
8589
color: var(--bs-body-color);
8690
background-color: var(--bs-body-bg);

index.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
_layout: landing
3+
title: Home
34
---
45

56
Refer to [Markdown](http://daringfireball.net/projects/markdown/) for how to write markdown files.

0 commit comments

Comments
 (0)