Correct the social dummie URLs
Twitter and Github seem to always force HTTPS. They don’t use backslashes after the username.
This commit is contained in:
parent
b3e3d8a734
commit
381a8148e3
|
@ -33,8 +33,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="contact">
|
<div class="contact">
|
||||||
<p>
|
<p>
|
||||||
<a href="http://github.com/yourusername/">github.com/yourusername</a><br />
|
<a href="https://github.com/yourusername">github.com/yourusername</a><br />
|
||||||
<a href="http://twitter.com/yourusername/">twitter.com/yourusername</a><br />
|
<a href="https://twitter.com/yourusername">twitter.com/yourusername</a><br />
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue