8000 Add links to rust-lang.org and the guide. · anderspitman/blog.rust-lang.org@d9d1b67 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9d1b67

Browse files
committed
Add links to rust-lang.org and the guide.
Hopefully people will click on these to start their Rust journey!
1 parent 231aeb2 commit d9d1b67

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

_includes/footer.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1+
<div class="footer-links"><a href="http://rust-lang.org/">More about Rust</a> &mdash; <a href="http://doc.rust-lang.org/guide.html">Jump straight in</a></div>
2+
13
<footer class="site-footer">
24

35
<div class="wrapper">
4-
5-
<h2 class="footer-heading">{{ site.title }}</h2>
6-
76
<div class="footer-col-wrapper">
87
<div class="footer-col footer-col-1">
9-
<ul class="contact-list">
10-
<li>{{ site.title }}</li>
11-
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
12-
</ul>
8+
<h2 class="footer-heading">{{ site.title }}</h2>
139
</div>
1410

1511
<div class="footer-col footer-col-2">

_sass/_layout.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@
107107
margin-bottom: $spacing-unit / 2;
108108
}
109109

110+
.footer-links {
111+
text-align: center;
112+
font-size: 18px;
113+
margin-bottom: $spacing-unit / 2;
114+
}
115+
110116
.contact-list,
111117
.social-media-list {
112118
list-style: none;
@@ -168,7 +174,7 @@
168174
* Page content
169175
*/
170176
.page-content {
171-
padding: $spacing-unit 0;
177+
//padding: $spacing-unit 0;
172178
}
173179

174180
.page-heading {

0 commit comments

Comments
 (0)
0