mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
12 lines
442 B
HTML
12 lines
442 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> |