Skip to content

Commit 2b99126

Browse files
author
Ryan A. Johnson
committed
docs(layout): Add GitHub links
1 parent e01d69d commit 2b99126

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

docs/_templates/partials/footer_nav.njk

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@
99
</small>
1010
{% endif %}
1111

12-
<small>(v{{VERSION}})</small>
12+
<small>
13+
(<a href="https://github.com/rackerlabs/helix-ui/releases/v{{VERSION}}" target="_blank">
14+
v{{VERSION}}
15+
</a>)
16+
</small>
1317
</div>

docs/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<section>
66
<h1>HelixUI</h1>
77
<p>HelixUI is a UI library, created with custom elements to help you develop applications.</p>
8+
<p>
9+
View <a href="https://github.com/rackerlabs/helix-ui/" target="_blank">source</a> on GitHub.
10+
</p>
811
</section>
912
<section class="hxSpan-12-xs hxSpan-6-md">
1013
<h2>Getting Started</h2>
@@ -23,7 +26,6 @@ <h2>Browser Support</h2>
2326
<section class="hxSpan-12-xs hxSpan-6-md">
2427
<h2>Getting Involved</h2>
2528
<p>We welcome issue and code contributions. A contribution guide is coming soon.</p>
26-
</section>
2729
</section>
2830
</main>
2931
{% endblock %}

src/helix-ui/styles/components/layouts.less

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,14 @@ a[href="#content"] {
109109

110110
nav {
111111
display: inline-block;
112+
113+
a[href] {
114+
margin-left: 32px;
115+
}
112116
}
113117

114-
a {
118+
a[href] {
115119
color: @cyan-500;
116-
margin-left: 32px;
117120
}
118121
}//#foot
119122

0 commit comments

Comments
 (0)