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.
 
 
 
 

193 lines
8.0 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<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}}">
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/theme.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/wd-panelmenu.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/wd-blog-collection.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/wd-footer.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/wd-header.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/index.css"}}" />
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
</head>
<body class="pageblog">
<div id="shopify-section-header-template" class="shopify-section">
<header class="desctop-menu-large">
<div class="tt-mobile-header tt-mobile-header-inline tt-mobile-header-inline-stuck disabled">
<div class="container-fluid wd-search-container">
<div class="tt-header-row wd-search-row-box">
<div class="tt-logo-container">
<a class="tt-logo tt-logo-alignment" href="{{.IndexUrl}}">
<img src="{{replaceImage .Logo}}" height="48" class="tt-retina">
</a>
</div>
</div>
</div>
</div>
<div class="tt-desktop-header">
<div class="container">
<div class="tt-header-holder">
<div class="tt-obj-logo">
<a href="{{.IndexUrl}}" class="tt-logo">
<img
src="{{replaceImage .Logo}}"
alt="" class="tt-retina wd-header-logo-pc" height="48"/>
</a>
</div>
</div>
</div>
<div class="tt-color-scheme-01 menubackground">
<div class="container single-menu">
<div class="tt-header-holder wd-header-third-column-top">
<div class="tt-obj-menu obj-aligment-center">
<div class="tt-desctop-parent-menu tt-parent-box wd-header-navigation-parent">
<div style="width:100%;" class="tt-desctop-menu tt-hover-01">
<nav>
<div class="wd-menu-new-all">
<div class="wd-menu-new-all-box">
<div class="wd-menu-new-title-content-box">
<div class="wd-menu-new-title wd-menu-new-title-ro-systems"><a
href="{{.IndexUrl}}">{{ lang "home"}}</a></div>
</div>
{{if .HasAbout }}
<div class="wd-menu-new-title-content-box">
<div class="wd-menu-new-title wd-menu-new-title-ro-systems"><a
href="{{.AboutUrl}}">{{ lang "about" }}</a></div>
</div>
{{end}}
{{if .HasContact }}
<div class="wd-menu-new-title-content-box">
<div class="wd-menu-new-title wd-menu-new-title-ro-systems"><a
href="{{.ContactUrl}}">{{ lang "contact" }}</a></div>
</div>
{{end}}
{{if .HasPolicy }}
<div class="wd-menu-new-title-content-box">
<div class="wd-menu-new-title wd-menu-new-title-ro-systems"><a
href="{{.PolicyUrl}}">{{ lang "policy"}}</a></div>
</div>
{{end}}
</div>
</div>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
</div>
<div id="tt-pageContent" class="show_unavailable_variants">
<div id="shopify-section-blog-template" class="shopify-section">
<div class="wd-blog-collection-container">
<div class="wd-blog-collection-content-max-width">
<div class="tt-add-item wd-blog-collection-content">
{{ range .Articles }}
<div class="wd-blog-collection-content-partition-card">
<div class="wd-blog-collection-content-partition">
<a href="{{.Url}}">
<div class="wd-blog-collection-content-card-background-img">
<img src="{{getCover .Cover 300 180}}" style="width: 100%;" alt="Cover Image">
</div>
</a>
<div class="wd-blog-collection-details-content">
<h2 class="wd-blog-collection-details-content-title"><a
href="{{.Url}}">{{.Title}}</a></h2>
<div class="wd-blog-collection-content-summary">
{{.Summary}}
</div>
<div class="wd-blog-collection-details-content-autor">
<p>{{timeFormat .PublishTime}}</p>
<p>{{.Views}} {{lang "views"}}</p>
</div>
</div>
</div>
</div>
{{end}}
</div>
<div style="padding: 30px 0;">
{{$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>
<footer>
<div class="wd-footer-background-color">
<div class="wd-footer-content">
<hr class="wd-footer-top-hr">
<div class="wd-footer-link-part">
<div>
<div class="wd-footer-link-title-pc">
<p>{{lang "related"}}</p>
</div>
<div class="wd-footer-link-title-mobile">
<p>{{lang "related"}}</p>
</div>
<div class="wd-footer-link-content-mobile">
<div class="wd-footer-link-content"><a
href="{{.IndexUrl}}">{{ lang "home"}}</a>
</div>
<div class="wd-footer-link-content"><a
href="{{.AboutUrl}}">{{lang "about"}}</a>
</div>
<div class="wd-footer-link-content"><a
href="{{.ContactUrl}}">{{lang "contact"}}</a>
</div>
<div class="wd-footer-link-content"><a
href="{{.PolicyUrl}}">{{lang "policy"}}</a></div>
</div>
</div>
{{$flen := len .Friendship}}
{{if ne $flen 0}}
<div>
<div class="wd-footer-link-title-pc">
<p>{{lang "friendship"}}</p>
</div>
<div class="wd-footer-link-title-mobile">
<p>{{lang "friendship"}}</p>
</div>
<div class="wd-footer-link-content-mobile">
{{range .Friendship}}
<div class="wd-footer-link-content">
<a href="{{.Url}}">{{.Name}}</a>
</div>
{{end}}
</div>
</div>
{{end}}
</div>
<hr class="wd-footer-bottom-hr">
</div>
</div>
</footer>
</body>
</html>