We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07adb9 commit aeca2adCopy full SHA for aeca2ad
1 file changed
layouts/product-landing.html
@@ -30,7 +30,7 @@ <h1 class="mb-3 font-mktg">{{ page.shortTitle }}</h1>
30
<div class="col-12 col-lg-4 mb-4 mb-lg-0">
31
<div class="featured-links-heading mb-4 d-flex flex-items-baseline">
32
<h3 class="f4 text-normal text-mono text-uppercase color-gray-5">{% data ui.toc.guides %}</h3>
33
- <a href="/{{ currentPath }}/guides" class="ml-4">View all {% octicon "arrow-right" height="14" class="v-align-middle" %}</a>
+ <a href="{{ currentPath }}/guides" class="ml-4">View all {% octicon "arrow-right" height="14" class="v-align-middle" %}</a>
34
</div>
35
<ul class="list-style-none">
36
{% for link in featuredLinks.guides %}
0 commit comments