Remove contact footer link
This commit is contained in:
parent
1a7248a2fb
commit
952bbb7e8a
2 changed files with 2 additions and 3 deletions
|
@ -93,7 +93,7 @@ footer {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.triple {
|
.bar-links {
|
||||||
margin: 0 7px;
|
margin: 0 7px;
|
||||||
}
|
}
|
||||||
.powered-by {
|
.powered-by {
|
||||||
|
|
|
@ -30,9 +30,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<p class="triple">
|
<p class="bar-links">
|
||||||
<a href="/about/">About</a> |
|
<a href="/about/">About</a> |
|
||||||
<a href="">Contact</a>
|
|
||||||
<a href="{{ links.github }}/theorangeone.net" target="_blank">View Source</a>
|
<a href="{{ links.github }}/theorangeone.net" target="_blank">View Source</a>
|
||||||
<p>
|
<p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue