You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
149 lines
4.6 KiB
149 lines
4.6 KiB
<link rel="stylesheet" href="css/c.css">
|
|
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<meta name="facebook-domain-verification" content="9bg6g6bb2q2u854pbz60ocmgdyirn0" />
|
|
|
|
<link media="all" href="{{staticFile "/css/autoptimize_1092f367e51cc296294d3f2264fae923.css"}}"
|
|
rel="stylesheet" />
|
|
<title>{{.Title}}</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="referrer" content="unsafe-url">
|
|
<meta name="keywords" content="{{.Keywords}}">
|
|
<meta name="description" content="{{.Description}}">
|
|
|
|
|
|
</head>
|
|
|
|
<body
|
|
class="page-template page-template-blog-layout page-template-blog-layout-php page page-id-712 wp-embed-responsive cookies-not-set wpb-js-composer js-comp-ver-6.5.0 vc_responsive">
|
|
|
|
<div class="site" id="page">
|
|
<div id="wrapper-navbar">
|
|
|
|
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
|
|
<div class="container-fluid">
|
|
<a id="logo" class="navbar-brand" rel="home" href="{{.IndexUrl}}"
|
|
>
|
|
<img class="lazyload" style="margin-top: 40px;"
|
|
src="{{replaceImage .Logo}}" alt="logo" />
|
|
</a>
|
|
<div id="navbarNavDropdown" class="collapse navbar-collapse">
|
|
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
|
|
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a>
|
|
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</div>
|
|
|
|
|
|
<div class="container" style="padding-top:20px ;">
|
|
<div class="custom-blog-layout">
|
|
<h1 class="content-headline" style="color: #000">{{lang "latest"}}</h1>
|
|
<p> </p>
|
|
{{ range .Articles }}
|
|
|
|
<div class="col-md-4 blog-post-column">
|
|
<div class="inner-container"> <a
|
|
href="{{.Url}}" target="_blank">
|
|
<div class="col-img-container">
|
|
<img
|
|
class="lazyload"
|
|
src="{{getCover .Cover}}" alt="Cover Image" />
|
|
</div>
|
|
</a>
|
|
<div class="col-post-desc"> <a
|
|
href="{{.Url}}" target="_blank">
|
|
<h2 style=" text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
-webkit-line-clamp: 1;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
">{{.Title}}</h2>
|
|
</a>
|
|
<p class="col-post-date"><i class="fa fa-calendar"></i>{{timeFormat .PublishTime}}</p>
|
|
<p style=" text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
-webkit-line-clamp: 4;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
">{{.Summary}} </p> <a class="blog-btn"
|
|
href="{{.Url}}" target="_blank"
|
|
title="Read more">Read More</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{end}}
|
|
|
|
<nav id="nav-posts">
|
|
<div class="prev">
|
|
<div>
|
|
{{$pulen := len .PrevUrl}}
|
|
{{ if ne $pulen 0 }}
|
|
<div style="float:left;">
|
|
<a href="{{.PrevUrl}}">{{lang "prev"}}</a>
|
|
</div>
|
|
{{ end }}
|
|
{{$nulen := len .NextUrl}}
|
|
{{ if ne $nulen 0 }}
|
|
<div style="float:right;">
|
|
<a href="{{.NextUrl}}">{{lang "next"}}</a>
|
|
</div>
|
|
{{ end }}
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
<div class="wrapper" id="wrapper-footer-full">
|
|
<div class="container" id="footer-full-content" tabindex="-1">
|
|
<div class="row">
|
|
<div id="custom_html-3"
|
|
class="widget_text footer-widget widget_custom_html widget-count-4 col-lg-3">
|
|
<h3 class="widget-title">{{lang "related"}}</h3>
|
|
<div class="textwidget custom-html-widget">
|
|
<p><a href="{{.AboutUrl}}">{{lang "about"}}</a></p>
|
|
<p><a href="{{.ContactUrl}}">{{lang "contact"}}</a></p>
|
|
<p><a href="{{.PolicyUrl}}">{{lang "policy"}}</a></p>
|
|
</div>
|
|
</div>
|
|
{{$flen := len .Friendship}}
|
|
{{if ne $flen 0}}
|
|
<div id="custom_html-5"
|
|
class="widget_text footer-widget widget_custom_html widget-count-4 col-lg-3">
|
|
<h3 class="widget-title">{{lang "friendship"}}</h3>
|
|
{{range .Friendship}}
|
|
<p><a href="{{.Url}}">{{.Name}}</a></p>
|
|
{{end}}
|
|
</div>
|
|
{{end}}
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="wrapper" id="wrapper-footer">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-2 copyright-logo">
|
|
<img
|
|
class="lazyload" style="width: 105px"
|
|
src="{{replaceImage .Logo}}" alt="logo" /></div>
|
|
<div class="col-md-7 copyright-left"> {{.Copyright}}
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |