We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b3db0 commit 06c4479Copy full SHA for 06c4479
2 files changed
github-pages/_layouts/default.html
@@ -68,6 +68,7 @@
68
<a href="{{ '/' | relative_url }}" {% if page.url == '/' %}class="active"{% endif %}>Guide</a>
69
<a href="{{ '/templates' | relative_url }}" {% if page.url == '/templates.html' %}class="active"{% endif %}>Templates</a>
70
<a href="https://github.com/managedcode/MCAF" target="_blank" rel="noopener">GitHub</a>
71
+ <a href="https://managed-code.com" target="_blank" rel="noopener" class="nav-brand">ManagedCode</a>
72
</div>
73
</nav>
74
0 commit comments