mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-04 00:24:29 +08:00
14 lines
451 B
HTML
14 lines
451 B
HTML
<blockquote class="copyright">
|
|
<p>
|
|
<span>原文标题:</span>{$post->title}
|
|
</p>
|
|
<p>
|
|
<span>原文地址:</span><a href="{$post->read_url}">{$post->read_url}</a>
|
|
</p>
|
|
<p>
|
|
<span>原文平台:</span><a href="http://{:get_system_config('main_domain')}">{:get_system_config('site_name')}</a>
|
|
</p>
|
|
<p>
|
|
<span>版权声明:</span>{:get_system_config('post_copyright')}
|
|
</p>
|
|
</blockquote> |