mirror of
https://github.com/flysnow-org/maupassant-hugo.git
synced 2026-08-24 15:28:55 +00:00
参照relatex.hmtl的样式修改了版权声明
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{{ if isset .Site.Params "cc" }}
|
||||
<div class="post-meta" style="word-break:break-all">
|
||||
<ul class="widget-list">
|
||||
<li>原始作者:<a rel="author"
|
||||
href="{{ .Site.BaseURL}}">{{ if isset .Site.Author "name" }}{{.Site.Author.name}}{{ else }}{{.Site.Title}}{{ end }}</a>
|
||||
</li>
|
||||
<li>原文链接:<a href="{{ .Permalink}}">{{ .Permalink}}</a></li>
|
||||
<div class="post-archive">
|
||||
<br/>
|
||||
<h2>Copyright</h2>
|
||||
<ul class="listing">
|
||||
<li>作者:<a rel="author" href="{{ .Site.BaseURL}}">{{ if isset .Site.Author "name" }}{{.Site.Author.name}}{{ else }}{{.Site.Title}}{{ end }}</a></li>
|
||||
<li style="word-break:break-all">原文链接:<a href="{{ .Permalink}}">{{ .Permalink}}</a></li>
|
||||
<li>本作品采用<a rel="license" href="{{.Site.Params.cc.link}}">{{.Site.Params.cc.name}}</a>进行许可。</li>
|
||||
<li>非商业转载请注明出处(作者,原文链接),商业转载请联系作者获得授权。</li>
|
||||
</ul>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user