1 Star 0 Fork 0

Halo / halo-theme-story

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
links.ftl 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
Ryan Wang 提交于 2020-03-14 17:43 . feat: require halo 1.3.0.
<#include "header.ftl">
<@header title="友情链接 - ${blog_title!}" ></@header>
<div class="container-fluid">
<div class="row">
<div id="main" class="col-12 clearfix" role="main">
<article class="posti" itemscope itemtype="http://schema.org/BlogPosting">
<h1 style="text-align:right;" class="post-title" itemprop="name headline">Links</h1>
<div class="post-content" itemprop="articleBody">
<ul>
<@linkTag method="list">
<#if links?size gt 0>
<#list links as link>
<li>
<a target="_blank" href="${link.url}">${link.name}</a>
</li>
</#list>
</#if>
</@linkTag>
</ul>
</div>
</article>
</div>
</div>
</div>
<#include "footer.ftl">
1
https://gitee.com/halo-dev/halo-theme-story.git
git@gitee.com:halo-dev/halo-theme-story.git
halo-dev
halo-theme-story
halo-theme-story
master

搜索帮助