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;
|
||||
}
|
||||
}
|
||||
.triple {
|
||||
.bar-links {
|
||||
margin: 0 7px;
|
||||
}
|
||||
.powered-by {
|
||||
|
|
|
@ -30,9 +30,8 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<p class="triple">
|
||||
<p class="bar-links">
|
||||
<a href="/about/">About</a> |
|
||||
<a href="">Contact</a>
|
||||
<a href="{{ links.github }}/theorangeone.net" target="_blank">View Source</a>
|
||||
<p>
|
||||
</div>
|
||||
|
|
Reference in a new issue