mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Helps when you use the right method
This commit is contained in:
parent
1fa734f679
commit
b90ebd19c1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
<div class="col col-50">
|
||||
<h2 class="eps"><%= current_site.title %></h2>
|
||||
<p class="site-url">
|
||||
<a href="<%= current_site.url %>" target="_blank"><%= current_site.host %></a>
|
||||
<a href="<%= current_site.uri %>" target="_blank"><%= current_site.host %></a>
|
||||
<a href="#" id="shareButton" class="btn-Action" data-container="body" data-toggle="popover" data-placement="bottom" data-content='<%== erb :'_share', layout: false, locals: {site: current_site} %>'><i class="fa fa-share-alt"></i> <span>Share</span></a>
|
||||
</p>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue