TaoLer/view/taoler/index/public/flink.html
2022-08-02 20:47:28 +08:00

20 lines
643 B
HTML

<!--
* @Author: TaoLer <alipay_tao@qq.com>
* @Date: 2021-12-06 16:04:51
* @LastEditTime: 2022-05-10 13:58:04
* @LastEditors: TaoLer
* @Description: 搜索引擎SEO优化设置
* @FilePath: \TaoLer\view\taoler\index\public\flink.html
* Copyright (c) 2020~2022 https://www.aieok.com All rights reserved.
-->
<h3 class="fly-panel-title">{:lang('friendly link')}</h3>
<dl class="fly-panel-main">
{volist name="flinks" id="vo"}
<dd><a href="{$vo.slid_href}" target="_blank">{$vo.slid_name}</a></dd>
<dd>{/volist}</dd>
<dd>
<a href="javascript:void(0)" id="friend-link" class="fly-link">申请友链</a>
</dd>
<dd></dd>
</dl>