Skip to content

Commit

Permalink
Fix site params variable on themes section
Browse files Browse the repository at this point in the history
  • Loading branch information
acyoush authored and mdo committed Jul 6, 2021
1 parent 359ed09 commit 66ce774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h5>Links</h5>
<li class="mb-2"><a href="/">Home</a></li>
<li class="mb-2"><a href="/docs/{{ .Site.Params.docs_version }}/">Docs</a></li>
<li class="mb-2"><a href="/docs/{{ .Site.Params.docs_version }}/examples/">Examples</a></li>
<li class="mb-2"><a href="{{ .Site.Params.opencollective }}">Themes</a></li>
<li class="mb-2"><a href="{{ .Site.Params.themes }}">Themes</a></li>
<li class="mb-2"><a href="{{ .Site.Params.blog }}">Blog</a></li>
</ul>
</div>
Expand Down

0 comments on commit 66ce774

Please sign in to comment.