2020-05-20 14:35:05 +00:00
|
|
|
<#--
|
|
|
|
|
|
|
|
Bolo - A stable and beautiful blogging system based in Solo.
|
|
|
|
Copyright (c) 2020, https://github.com/adlered
|
|
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU Affero General Public License as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU Affero General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
-->
|
|
|
|
<#-- Solo - A small and beautiful blogging system written in Java. Copyright (c) 2010-present, b3log.org This program is
|
|
|
|
free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as
|
|
|
|
published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
|
|
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
|
|
|
details. You should have received a copy of the GNU Affero General Public License along with this program. If not,
|
|
|
|
see <https://www.gnu.org/licenses/>. -->
|
|
|
|
<#include "../../common-template/macro-common_head.ftl">
|
|
|
|
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<@head title="${linkLabel} - ${blogTitle}">
|
2020-05-20 15:10:17 +00:00
|
|
|
<link rel="stylesheet" href="https://www.zeekling.cn/cdn/css/bulma.min.css"/>
|
|
|
|
<link rel="stylesheet" href="https://www.zeekling.cn/cdn/css/all.min.css">
|
2020-05-20 14:35:05 +00:00
|
|
|
<link rel="stylesheet"
|
|
|
|
href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
|
2020-05-20 15:10:17 +00:00
|
|
|
<link rel="stylesheet" href="https://www.zeekling.cn/cdn/css/swiper.min.css">
|
|
|
|
<script src='https://www.zeekling.cn/cdn/js/swiper.min.js'></script>
|
2020-05-20 14:35:05 +00:00
|
|
|
</@head>
|
|
|
|
<style>
|
|
|
|
.link-body {
|
|
|
|
margin: 10px auto;
|
2020-09-19 15:21:46 +00:00
|
|
|
display:inline-block;
|
|
|
|
vertical-align:text-top;
|
2020-10-08 07:09:24 +00:00
|
|
|
width:49%;
|
2020-09-19 15:21:46 +00:00
|
|
|
text-align: center;
|
|
|
|
background-color:#F8F8F8;
|
|
|
|
height:160px;
|
|
|
|
padding: 5px;
|
|
|
|
border-radius:10px;
|
2020-05-20 14:35:05 +00:00
|
|
|
border: 0;
|
|
|
|
font-size: 100%;
|
|
|
|
font-style: inherit;
|
|
|
|
font-weight: inherit;
|
|
|
|
outline: 0;
|
|
|
|
}
|
2020-09-19 15:21:46 +00:00
|
|
|
.link-avatar-div{
|
|
|
|
width:90px;
|
|
|
|
height:60px;
|
|
|
|
display:inline-block;
|
|
|
|
margin-buttom:10px;
|
|
|
|
}
|
|
|
|
.link-avatar-div a{
|
|
|
|
margin:auto;
|
|
|
|
width:90px;
|
|
|
|
height:60px;
|
|
|
|
}
|
2020-05-20 14:35:05 +00:00
|
|
|
.link-avatar {
|
|
|
|
display: block;
|
2020-09-19 15:21:46 +00:00
|
|
|
text-align: center;
|
2020-05-20 14:35:05 +00:00
|
|
|
-o-object-fit: cover;
|
|
|
|
object-fit: cover;
|
|
|
|
border-radius: 100%;
|
|
|
|
width: 68px;
|
|
|
|
height: 68px;
|
|
|
|
margin-right: 20px;
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-transition: all .8s;
|
|
|
|
transition: all .8s
|
|
|
|
}
|
2020-09-19 15:21:46 +00:00
|
|
|
.link-content{
|
|
|
|
width:90%;
|
|
|
|
font-size:12px;
|
|
|
|
}
|
2020-05-20 14:35:05 +00:00
|
|
|
.link-avatar:hover {
|
|
|
|
-webkit-transform: rotate(1turn);
|
|
|
|
transform: rotate(1turn)
|
|
|
|
}
|
|
|
|
|
|
|
|
.link-contain-main {
|
|
|
|
margin-left: 58px;
|
|
|
|
border: 0;
|
|
|
|
font-size: 100%;
|
2020-09-19 15:21:46 +00:00
|
|
|
width:90%;
|
2020-05-20 14:35:05 +00:00
|
|
|
font-style: inherit;
|
|
|
|
font-weight: inherit;
|
|
|
|
margin: 0;
|
2020-09-19 15:21:46 +00:00
|
|
|
padding-top:10px ;
|
|
|
|
display: inline-block;
|
2020-05-20 14:35:05 +00:00
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
2021-07-03 03:26:01 +00:00
|
|
|
.level .google-auto-placed {
|
|
|
|
display:none;
|
|
|
|
}
|
2020-05-20 14:35:05 +00:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<#-- <#include "style.theme.ftl"> -->
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body class="is-3-column">
|
|
|
|
<#include "header.ftl">
|
|
|
|
<div class="card-normal">
|
|
|
|
<section class="section">
|
|
|
|
<div class="container">
|
|
|
|
<div class="columns">
|
|
|
|
|
|
|
|
<div class="column is-8-tablet is-8-desktop is-9-widescreen is-9-fullhd has-order-2 column-main"
|
|
|
|
style="margin-left: 10px">
|
|
|
|
<div class="columns">
|
|
|
|
<div
|
|
|
|
class="column is-12-tablet is-12-desktop is-12-widescreen has-order-2 column-main">
|
|
|
|
<div class="level">
|
|
|
|
<div class="columns" style="width:100%">
|
|
|
|
<div
|
|
|
|
class="column is-12-tablet is-12-desktop is-8-widescreen is-8-fullhd has-order-2 column-main">
|
|
|
|
<div class="card widget">
|
|
|
|
<div class="card-content">
|
|
|
|
<h3 class="menu-label">
|
|
|
|
${linkLabel}
|
|
|
|
</h3>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<#list links as link>
|
|
|
|
<div class="link-body">
|
|
|
|
<div class="link-avatar-div">
|
2020-10-06 04:56:19 +00:00
|
|
|
<a href="${link.linkAddress}" rel="nofollow"
|
2020-05-20 14:35:05 +00:00
|
|
|
target="_blank">
|
|
|
|
<img alt="${link.linkDescription}"
|
|
|
|
src="${link.linkIcon}"
|
|
|
|
class="link-avatar">
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="link-contain-main">
|
|
|
|
<div class="link-meta">
|
|
|
|
<div itemprop="author"
|
|
|
|
class="link-author">
|
|
|
|
<a href="${link.linkAddress}"
|
|
|
|
rel="nofollow"
|
|
|
|
target="_blank"
|
|
|
|
title="${link.linkTitle}"
|
|
|
|
class="author-name">${link.linkTitle}</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div itemprop="description"
|
|
|
|
class="link-content">
|
|
|
|
${link.linkDescription}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</#list>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="column is-4-tablet is-4-desktop is-hidden-touch is-hidden-desktop-only is-4-widescreen is-4-fullhd has-order-3 column-right <%= sticky_class(position) %>">
|
|
|
|
<#include "side-right.ftl">
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<#include "side.ftl">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<a id="back-to-top" title="返回顶部" href="javascript:"><i class="fas fa-chevron-up"></i></a>
|
2020-07-06 15:07:47 +00:00
|
|
|
<!-- 博客底部-->
|
|
|
|
<ins class="adsbygoogle"
|
|
|
|
style="display:block;height:90px;width:728px;margin:auto;text-align:center;"
|
|
|
|
data-ad-client="ca-pub-1331219010215317"
|
|
|
|
data-ad-slot="2801313884"
|
|
|
|
data-full-width-responsive="true">
|
|
|
|
</ins>
|
|
|
|
<script>
|
|
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
|
|
</script>
|
2020-05-20 14:35:05 +00:00
|
|
|
<#include "footer.ftl">
|
|
|
|
</body>
|
|
|
|
|
2020-05-20 15:10:17 +00:00
|
|
|
</html>
|