mirror of
https://github.com/QingdaoU/Spirit.git
synced 2024-12-28 15:32:12 +00:00
html noopener (#221)
This commit is contained in:
parent
0f75012540
commit
018aada259
@ -81,9 +81,9 @@
|
||||
{% with comment_url=c.get_absolute_url %}
|
||||
<input class="share-url" type="text" value="{% get_share_url url=comment_url %}" />
|
||||
<ul class="share-actions">
|
||||
<li><a href="{% get_twitter_share_url url=comment_url title=topic.title %}" target="_blank"><i class="fa fa-twitter"></i></a></li><!--
|
||||
--><li><a href="{% get_facebook_share_url url=comment_url title=topic.title %}" target="_blank"><i class="fa fa-facebook"></i></a></li><!--
|
||||
--><li><a href="{% get_gplus_share_url url=comment_url %}" target="_blank"><i class="fa fa-google-plus"></i></a></li><!--
|
||||
<li><a href="{% get_twitter_share_url url=comment_url title=topic.title %}" target="_blank" rel="noopener noreferrer nofollow"><i class="fa fa-twitter"></i></a></li><!--
|
||||
--><li><a href="{% get_facebook_share_url url=comment_url title=topic.title %}" target="_blank" rel="noopener noreferrer nofollow"><i class="fa fa-facebook"></i></a></li><!--
|
||||
--><li><a href="{% get_gplus_share_url url=comment_url %}" target="_blank" rel="noopener noreferrer nofollow"><i class="fa fa-google-plus"></i></a></li><!--
|
||||
--><li><a href="{% get_email_share_url url=comment_url title=topic.title %}" ><i class="fa fa-envelope"></i></a></li>
|
||||
</ul>
|
||||
{% endwith %}
|
||||
|
@ -7,7 +7,7 @@
|
||||
<a class="share-close" href="#" ><i class="fa fa-times"></i> close</a>
|
||||
<input class="share-url" type="text" value="http://url.com/comment" />
|
||||
<ul class="share-actions">
|
||||
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a></li>
|
||||
<li><a href="#" target="_blank" rel="noopener noreferrer nofollow"><i class="fa fa-twitter"></i></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -24,9 +24,9 @@
|
||||
<a class="share-close" href="#" ><i class="fa fa-times"></i> close</a>
|
||||
<input class="share-url" type="text" value="http://url.com/comment" />
|
||||
<ul class="share-actions">
|
||||
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a></li>
|
||||
<li><a href="#" target="_blank" rel="noopener noreferrer nofollow"><i class="fa fa-twitter"></i></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user