Merge pull request #79 from bilikxjh/master
添加公安备案信息显示/Add public security record information display
This commit is contained in:
@@ -29,10 +29,18 @@
|
||||
<ul>
|
||||
<% if (theme.icp&&theme.icp.enable){ %>
|
||||
<li>
|
||||
<a href="<%= theme.icp.url %>" target="_black"><%= theme.icp.text %></a>
|
||||
<a href="<%= theme.icp.url %>" target="_black" rel="nofollow"><%= theme.icp.text %></a>
|
||||
</li>
|
||||
<% } %>
|
||||
</ul>
|
||||
<ul>
|
||||
<% if (theme.gongan&&theme.gongan.enable){ %>
|
||||
<li>
|
||||
<img src="<%= theme.gongan.img %>"></img>
|
||||
<a href="<%= theme.gongan.url %>" target="_black" rel="nofollow"><%= theme.gongan.text %></a>
|
||||
</li>
|
||||
<% } %>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<!-- cnzz统计 -->
|
||||
|
Reference in New Issue
Block a user