Skip to content

Commit 9b2554c

Browse files
authored
add sponsor MakinaRocks (#91)
Signed-off-by: Aiden-Jeon <[email protected]>
1 parent b8bf6a0 commit 9b2554c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ smallLimit = "300"
5555

5656
# Footer
5757
# footer = "Powered by <a href=\"https://www.netlify.com/\">Netlify</a>, <a href=\"https://gohugo.io/\">Hugo</a>, and <a href=\"https://getdoks.org/\">Doks</a>"
58-
footer = "Powered by <a href=\"https://gohugo.io/\">Hugo</a>, and <a href=\"https://getdoks.org/\">Doks</a>"
58+
footer = "Powered by <a href=\"https://gohugo.io/\">Hugo</a>, and <a href=\"https://getdoks.org/\">Doks</a>. Sponsored by <a href=\"https://www.makinarocks.ai/\">MakinaRocks</a>."
5959

6060
# Feed
6161
copyRight = "Copyright (c) 2021-2022 MLOps for ALL"

layouts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ <h1 class="mt-0">{{ .Title }}</h1>
99
<a class="btn btn-primary btn-lg px-4 mb-2" href="/docs/{{ if .Site.Params.options.docsVersioning }}{{ .Site.Params.docsVersion }}/{{ end }}prologue/welcome/" role="button">Get Started</a>
1010
<!-- <p class="meta">Open-source MIT Licensed. <a href="https://github.com/h-enk/doks">GitHub v{{ $data := getJSON "/package.json" }}{{ $data.version }}</a></p> -->
1111
<p class="meta">Open-source MIT Licensed. </p>
12+
<p class="meta">이 프로젝트는 <a href="https://www.makinarocks.ai/">MakinaRocks</a>의 지원을 받아 제작되었습니다. </p>
1213
</div>
1314
</div>
1415
</section>

0 commit comments

Comments
 (0)