Uri link, not default https for custom domains

This commit is contained in:
Kyle Drake 2015-04-27 19:52:14 -07:00
parent c7649a9292
commit 1145bc6bff

View file

@ -104,7 +104,7 @@
</div> </div>
</div> </div>
<a href="//<%= site.host %>" class="large-portrait" style="background-image:url(<%= site.screenshot_url('index.html', '540x405') %>);"></a> <a href="<%= site.uri %>" class="large-portrait" style="background-image:url(<%= site.screenshot_url('index.html', '540x405') %>);"></a>
<div class="news-profile-button"> <div class="news-profile-button">
<a href="/site/<%= site.username %>" class="btn-Action"><i class="fa fa-user"></i> Profile</a> <a href="/site/<%= site.username %>" class="btn-Action"><i class="fa fa-user"></i> Profile</a>