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 class="contact">
|
||||
<p>
|
||||
<a href="http://github.com/yourusername/">github.com/yourusername</a><br />
|
||||
<a href="http://twitter.com/yourusername/">twitter.com/yourusername</a><br />
|
||||
<a href="https://github.com/yourusername">github.com/yourusername</a><br />
|
||||
<a href="https://twitter.com/yourusername">twitter.com/yourusername</a><br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue