Browse Source

Update template.html

Updated Twitter URL to https (saves a HTTP redirect as all Twitter pages served over https anyway)
pull/330/head
Christian 11 years ago
parent
commit
711bd3231c
  1. 4
      dist/template.html

4
dist/template.html vendored

@ -62,7 +62,7 @@
</a>
</li>
<li class="table-view-cell">
<a class="push-right" href="http://www.twitter.com/GoRatchet">
<a class="push-right" href="https://www.twitter.com/GoRatchet">
<strong>Ratchet on Twitter</strong>
</a>
</li>
@ -71,4 +71,4 @@
</div>
</body>
</html>
</html>

Loading…
Cancel
Save