cms系统的站点模板库
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.
 
 
 
 

187 lines
12 KiB

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{.Title}}</title>
<meta name="keywords" content="{{.Keywords}}">
<meta name="description" content="{{.Description}}">
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
<link rel="stylesheet" href="{{staticFile "/css/detail.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/style.min.css"}}">
</head>
<body class="post-template-default single single-post postid-17215 single-format-standard wp-custom-logo wp-embed-responsive aawp-custom post-image-above-header post-image-aligned-center sticky-menu-fade wp-schema-pro-2.7.3 no-sidebar nav-float-right separate-containers contained-header active-footer-widgets-3 header-aligned-left dropdown-hover featured-image-active elementor-default elementor-kit-10728">
<div data-elementor-type="header" data-elementor-id="10857"
class="elementor elementor-10857 elementor-location-header">
<div class="elementor-section-wrap">
<section
class="elementor-section elementor-top-section elementor-element elementor-element-5626ad61 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle"
data-id="5626ad61" data-element_type="section"
data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-row">
<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-47371e64"
data-id="47371e64" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-52446b9 elementor-widget elementor-widget-image"
data-id="52446b9" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<div class="elementor-image"> <a href="{{.IndexUrl}}"> <img width="274"
height="50" alt="" src="{{replaceImage .Logo}}" />
</a> </div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-34f00f70"
data-id="34f00f70" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-7027fde4 elementor-nav-menu__align-right elementor-nav-menu--stretch elementor-nav-menu__text-align-center elementor-nav-menu--dropdown-tablet elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu"
data-id="7027fde4" data-element_type="widget"
data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-chevron-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;layout&quot;:&quot;horizontal&quot;,&quot;toggle&quot;:&quot;burger&quot;}"
data-widget_type="nav-menu.default">
<div class="elementor-widget-container">
<nav migration_allowed="1" migrated="0" role="navigation"
class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-drop-out">
<ul id="menu-1-7027fde4" class="elementor-nav-menu">
<li
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13940">
<a href="{{.IndexUrl}}"
class="elementor-item elementor-item-anchor">{{ lang
"home"}}</a>
</li>
{{if .HasAbout }}
<li
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13940">
<a href="{{.AboutUrl}}"
class="elementor-item elementor-item-anchor">{{ lang
"about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13940">
<a href="{{.ContactUrl}}"
class="elementor-item elementor-item-anchor">{{ lang
"contact"}}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13940">
<a href="{{.PolicyUrl}}"
class="elementor-item elementor-item-anchor">{{ lang
"policy"}}</a>
</li>
{{end}}
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<div class="site grid-container container hfeed grid-parent" id="page">
<div class="site-content" id="content">
<div class="content-area grid-parent mobile-grid-100 grid-70 tablet-grid-70" id="primary">
<main class="site-main" id="main">
<article id="post-511" class="post-511 page type-page status-publish mv-content-wrapper"
itemtype="https://schema.org/CreativeWork" itemscope>
<div class="inside-article">
<header class="entry-header" aria-label="Content">
<h1 class="entry-title" itemprop="headline">{{lang "latest"}}</h1>
</header>
<div class="entry-content" itemprop="text">
{{ range .Articles }}
<div class="article d-lg-flex">
<a class="image" href="{{.Url}}">
<img src="{{getCover .Cover }}" alt="Cover Image" width="300px" height="168px" />
</a>
<div class="content">
<a class="title" href="{{.Url}}" >{{.Title}}</a>
<div class="description">
{{.Summary}}
</div>
<div class="info">
<span>{{timeFormat .PublishTime}}</span>
/
<span>{{.Views}} {{lang "views"}}</span>
</div>
</div>
</div>
{{end}}
</div>
</div>
</article>
</main>
<!-- default article list end -->
<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>
</div>
</div>
<div class="site-footer footer-bar-active footer-bar-align-center">
<footer class="site-info" aria-label="Site" itemtype="https://schema.org/WPFooter" itemscope>
<div class="inside-site-info grid-container grid-parent">
<div class="footer-bar">
<aside id="nav_menu-3" class="widget inner-padding widget_nav_menu">
<div class="menu-footer-container">
<ul id="menu-footer" class="menu">
{{if .HasAbout }}
<li id="menu-item-36"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-36"><a
href="{{.AboutUrl}}">{{lang "about"}}</a></li>
{{end}}
{{if .HasContact }}
<li id="menu-item-14382"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14382"><a
href="{{.ContactUrl}}">{{lang "contact"}}</a></li>
{{end}}
{{if .HasPolicy }}
<li id="menu-item-14382"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14382"><a
href="{{.PolicyUrl}}">{{lang "policy"}}</a></li>
{{end}}
{{$flen := len .Friendship}}
{{if ne $flen 0}} {{range .Friendship}}
<li id="menu-item-14382"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14382"><a
href="{{.Url}}">{{.Name}}</a></li>
{{end}}{{end}}
</ul>
</div>
</aside>
</div>
<div class="copyright-bar"> {{.Copyright}}</div>
</div>
</footer>
</div>
</body>
<script src="{{staticFile "/js/jquery.min.js"}}"></script>
<script src="{{staticFile "/js/frontend-modile.js"}}"></script>
</html>