master
孙艺岭 2 years ago
parent 078cbfab30
commit 546f8c2da1
  1. 105
      blog.samson.co/about.html
  2. 6
      blog.samson.co/config.json
  3. 121
      blog.samson.co/contact.html
  4. 1
      blog.samson.co/css/bootstrap.min.css@ver=1.0.2.css
  5. 1
      blog.samson.co/css/font-sizes.min.css@ver=3.0.24.css
  6. 2
      blog.samson.co/css/frontend.min.css@ver=3.8.1.css
  7. 1
      blog.samson.co/css/style.min.css@ver=3.0.24.css
  8. 11
      blog.samson.co/css/style.min.css@ver=6.1.1.css
  9. 149
      blog.samson.co/details.html
  10. 175
      blog.samson.co/index.html
  11. 105
      blog.samson.co/policy.html

@ -0,0 +1,105 @@
<!DOCTYPE html>
<html lang="en-US">
<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/font-sizes.min.css@ver=3.0.24.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/style.min.css@ver=6.1.1.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/bootstrap.min.css@ver=1.0.2.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/frontend.min.css@ver=3.8.1.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/style.min.css@ver=3.0.24.css"}}" />
</head>
<body class="home blog wp-custom-logo header-layout-default elementor-default elementor-kit-3571">
<div class="wrapper default ">
<header class="header ">
<div style="display: none"></div>
<nav class="navbar navbar-default navbar-fixed-top hestia_left navbar-not-transparent">
<div class="container">
<div class="navbar-header">
<div class="title-logo-wrapper">
<a href="{{.IndexUrl}}" class="navbar-brand"><img src="{{replaceImage .Logo}}"
alt="logo" /></a>
</div>
</div>
<div id="main-navigation" class="collapse navbar-collapse">
<ul id="menu-top-menu" class="nav navbar-nav">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2470">
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2470">
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2470">
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2470">
<a class="nav-link" href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
</div>
</div>
</nav>
</header>
<div id="primary" class=" page-header header-small" data-parallax="active">
<div class="container">
</div>
</div>
<div class="main ">
<div class="hestia-blogs" data-layout="sidebar-right">
<div class="container">
<div class="row" style="padding: 0 30px;">
<h1 id="page-title">{{lang "about"}}</h1>
<div>
{{.About}}
</div>
</div>
</div>
</div>
</div>
<footer class="footer footer-black footer-big">
<div class="container">
<div class="hestia-bottom-footer-content">
<ul id="menu-socials-top-menu" class="footer-menu pull-left">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2467">
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2467">
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2467">
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2467">
<a class="nav-link" href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
<div class="copyright pull-right">{{.Copyright}}</div>
</div>
</div>
</footer>
</div>
</div>
</body>
</html>

@ -0,0 +1,6 @@
{
"creator": "孙艺岭",
"version": "1.0",
"origin_website": "https://artlist.io/blog/",
"devices": ["pc", "pad", "phone"]
}

@ -0,0 +1,121 @@
<!DOCTYPE html>
<html lang="en-US">
<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/font-sizes.min.css@ver=3.0.24.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/style.min.css@ver=6.1.1.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/bootstrap.min.css@ver=1.0.2.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/frontend.min.css@ver=3.8.1.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/style.min.css@ver=3.0.24.css"}}" />
</head>
<body class="home blog wp-custom-logo header-layout-default elementor-default elementor-kit-3571">
<div class="wrapper default ">
<header class="header ">
<div style="display: none"></div>
<nav class="navbar navbar-default navbar-fixed-top hestia_left navbar-not-transparent">
<div class="container">
<div class="navbar-header">
<div class="title-logo-wrapper">
<a href="{{.IndexUrl}}" class="navbar-brand"><img src="{{replaceImage .Logo}}"
alt="logo" /></a>
</div>
</div>
<div id="main-navigation" class="collapse navbar-collapse">
<ul id="menu-top-menu" class="nav navbar-nav">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2470">
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2470">
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2470">
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2470">
<a class="nav-link" href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
</div>
</div>
</nav>
</header>
<div id="primary" class=" page-header header-small" data-parallax="active">
<div class="container">
</div>
</div>
<div class="main ">
<div class="hestia-blogs" data-layout="sidebar-right">
<div class="container">
<div class="row" style="padding: 0 30px;">
<h1 id="page-title">{{lang "contact"}}</h1>
<div>
{{.Contact}}
<form class="col-12 col-lg-6" style="padding: 0;">
<div class="form-group">
<label for="emailInput">{{lang "about_email"}}</label>
<input type="email" class="form-control" id="emailInput" placeholder="name@example.com">
</div>
<div class="form-group">
<label for="nameInput">{{lang "about_name"}}</label>
<input type="name" class="form-control" id="nameInput" placeholder="your name">
</div>
<div class="form-group">
<label for="exampleFormControlTextarea1">{{lang "about_message"}}</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"
placeholder="what do you want to say"></textarea>
</div>
<button type="submit" class="btn btn-primary" style="width: 100%;">{{lang "about_send"}}</button>
</form>
</div>
</div>
</div>
</div>
</div>
<footer class="footer footer-black footer-big">
<div class="container">
<div class="hestia-bottom-footer-content">
<ul id="menu-socials-top-menu" class="footer-menu pull-left">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2467">
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2467">
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2467">
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2467">
<a class="nav-link" href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
<div class="copyright pull-right">{{.Copyright}}</div>
</div>
</div>
</footer>
</div>
</div>
</body>
</html>

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
.carousel .hestia-title{font-size:67px}.carousel span.sub-title{font-size:18px}@media (max-width:768px){.carousel .hestia-title,h1.hestia-title{font-size:36px}.page-header.header-small .hestia-title,.page-header.header-small .title{font-size:26px}}h2.hestia-title,h2.title{font-size:37px}@media (max-width:768px){h2.hestia-title,h2.title{font-size:24px}}.woocommerce .exclusive-products h2,.woocommerce .related.products h2,.woocommerce div.product .product_title{font-size:32px}@media (max-width:768px){.woocommerce .exclusive-products h2,.woocommerce .related.products h2,.woocommerce div.product .product_title{font-size:24px}}#comments .hestia-title,.subscribe-line h3.hestia-title,.woocommerce .comment-reply-title,.woocommerce-cart .blog-post h1.hestia-title,.woocommerce-checkout .blog-post h1.hestia-title{font-size:27px}h5.description,h5.subscribe-description{font-size:18px}.subscribe-line .description{font-size:14px}.woocommerce-cart .blog-post h1.hestia-title,.woocommerce-checkout .blog-post h1.hestia-title{font-size:27px}.hestia-work .card-title,.woocommerce .cart-collaterals h2,.woocommerce .cross-sells h2,.woocommerce-checkout .blog-post .section form.woocommerce-checkout h3:not(#ship-to-different-address),.woocommerce.single-product .summary .price{font-size:23px}.footer .widget h5,.hestia-info h4.info-title,h4.card-title,section.contactus h4.hestia-title{font-size:18px}.archive .card-blog .card-title,.blog .card-blog .card-title,.blog .hestia-blog-featured-card .card-title{font-size:25px}h6.category{font-size:12px}.card-description,.woocommerce .product .card-product .card-description p,.woocommerce.single-product .woocommerce-product-details__short-description,section.pricing p.text-gray{font-size:14px}.hestia-features .hestia-info p{font-size:16px}.hestia-title.title-in-content,.page-content-wrap h1,.single-post-wrap h1,h1{font-size:42px}@media (max-width:768px){.hestia-title.title-in-content{font-size:36px}}.page-content-wrap h2,.single-post-wrap h2,h2{font-size:37px}.page-content-wrap h3,.single-post-wrap h3,h3{font-size:32px}.page-content-wrap h4,.single-post-wrap h4,h4{font-size:27px}.page-content-wrap h5,.single-post-wrap h5,h5{font-size:23px}.page-content-wrap h6,.single-post-wrap h6,h6{font-size:18px}@media (max-width:768px){.page-content-wrap h1,.page-template-template-fullwidth article h1,.single-post-wrap h1,h1{font-size:30px}.page-content-wrap h2,.page-template-template-fullwidth article h2,.single-post-wrap h2,h2{font-size:28px}.page-content-wrap h3,.page-template-template-fullwidth article h3,.single-post-wrap h3,h3{font-size:24px}.page-content-wrap h4,.page-template-template-fullwidth article h4,.single-post-wrap h4,h4{font-size:22px}.page-content-wrap h5,.page-template-template-fullwidth article h5,.single-post-wrap h5,h5{font-size:20px}.page-content-wrap h6,.page-template-template-fullwidth article h6,.single-post-wrap h6,h6{font-size:18px}}.page-content-wrap,.page-content-wrap dl,.page-content-wrap ol,.page-content-wrap table,.page-content-wrap ul,.page-template-template-fullwidth article,.page-template-template-fullwidth article dl,.page-template-template-fullwidth article ol,.page-template-template-fullwidth article table,.page-template-template-fullwidth article ul,.single-post-wrap,.single-post-wrap dl,.single-post-wrap ol,.single-post-wrap table,.single-post-wrap ul{font-size:18px}@media (max-width:768px){.page-content-wrap,.page-content-wrap dl,.page-content-wrap ol,.page-content-wrap table,.page-content-wrap ul,.page-template-template-fullwidth article,.page-template-template-fullwidth article dl,.page-template-template-fullwidth article ol,.page-template-template-fullwidth article table,.page-template-template-fullwidth article ul,.single-post-wrap,.single-post-wrap dl,.single-post-wrap ol,.single-post-wrap table,.single-post-wrap ul{font-size:16px}}body{font-size:14px}.navbar a{font-size:12px}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1,149 @@
<!DOCTYPE html>
<html lang="en-US">
<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/font-sizes.min.css@ver=3.0.24.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/style.min.css@ver=6.1.1.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/bootstrap.min.css@ver=1.0.2.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/frontend.min.css@ver=3.8.1.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/style.min.css@ver=3.0.24.css"}}" />
</head>
<body class="home blog wp-custom-logo header-layout-default elementor-default elementor-kit-3571">
<div class="wrapper default ">
<header class="header ">
<div style="display: none"></div>
<nav class="navbar navbar-default navbar-fixed-top hestia_left navbar-not-transparent">
<div class="container">
<div class="navbar-header">
<div class="title-logo-wrapper">
<a href="{{.IndexUrl}}" class="navbar-brand"><img src="{{replaceImage .Logo}}"
alt="logo" /></a>
</div>
</div>
<div id="main-navigation" class="collapse navbar-collapse">
<ul id="menu-top-menu" class="nav navbar-nav">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2470">
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2470">
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2470">
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2470">
<a class="nav-link" href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
</div>
</div>
</nav>
</header>
<div id="primary" class=" page-header header-small" data-parallax="active">
<div class="container">
</div>
</div>
<div class="main ">
<div class="hestia-blogs" data-layout="sidebar-right">
<div class="container">
<div class="row" style="padding: 0 30px;">
<div id="breadcrumb">
<a href="{{.IndexUrl}}">{{lang "home"}}</a>
<span>\ {{.Title}}</span>
</div>
<div id="article-head">
<h2 id="title">{{.Title}}</h2>
<div>
<span>{{timeFormat .PublishTime}}</span>
<span> / </span>
<span>{{.Views}} {{lang "views"}}</span>
</div>
</div>
<div class="d-lg-flex">
<div id="article-container" class="col-lg-12 col-md-12" style="padding: 0 20px;">
<!-- article content start -->
<!-- span class="link"
section="shortcodeLink"><a
href="/tech/mobile/the-next-iphone-moment-will-arrive-eventually-hurry-up-already/">the
iPhone</a></span> -->
<article id="article">
<img width="100%" style="padding: 0 20px;" src="{{getCover .Article.Pictures}}" />
<p class="speakableTextP1">{{.Article.Summary}}</p>
{{range .Article.Topics}}
<p><strong>{{.Topic}}</strong></p>
{{$tlen := len .Pictures}}
{{if ne $tlen 0}}
{{range .Pictures}}
<img width="100%" src="{{replaceImage .}}" />
{{end}}
{{end}}
<p>{{.Content}}</p>
{{end}}
</article>
<!-- article content end -->
<div class="article-page">
{{ if .Prev }}
<div class="hidden-text">
<a href="{{.Prev.Url}}">{{lang "prev_article"}}:{{.Prev.Title}}</a>
</div>
{{ end }}
{{ if .Next }}
<div class="hidden-text">
<a href="{{.Next.Url}}">{{lang "next_article"}}:{{.Next.Title}}</a>
</div>
{{ end }}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer footer-black footer-big">
<div class="container">
<div class="hestia-bottom-footer-content">
<ul id="menu-socials-top-menu" class="footer-menu pull-left">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2467">
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2467">
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2467">
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2467">
<a class="nav-link" href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
<div class="copyright pull-right">{{.Copyright}}</div>
</div>
</div>
</footer>
</div>
</div>
</body>
</html>

@ -0,0 +1,175 @@
<!DOCTYPE html>
<html lang="en-US">
<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/font-sizes.min.css@ver=3.0.24.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/style.min.css@ver=6.1.1.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/bootstrap.min.css@ver=1.0.2.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/frontend.min.css@ver=3.8.1.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/style.min.css@ver=3.0.24.css"}}" />
</head>
<body class="home blog wp-custom-logo header-layout-default elementor-default elementor-kit-3571">
<div class="wrapper default ">
<header class="header ">
<div style="display: none"></div>
<nav class="navbar navbar-default navbar-fixed-top hestia_left navbar-not-transparent">
<div class="container">
<div class="navbar-header">
<div class="title-logo-wrapper">
<a href="{{.IndexUrl}}" class="navbar-brand"><img src="{{replaceImage .Logo}}"
alt="logo" /></a>
</div>
</div>
<div id="main-navigation" class="collapse navbar-collapse">
<ul id="menu-top-menu" class="nav navbar-nav">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2470">
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2470">
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2470">
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2470">
<a class="nav-link" href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
</div>
</div>
</nav>
</header>
<div id="primary" class=" page-header header-small" data-parallax="active">
<div class="container">
</div>
</div>
<div class="main ">
<div class="hestia-blogs" data-layout="sidebar-right">
<div class="container">
<div class="row">
<div class="col-md-8 blog-posts-wrap">
<div class="flex-row">
{{ range .Articles }}
<article id="post-10064"
class="card card-blog card-plain post-10064 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized">
<div class="row ">
<div class="col-ms-5 col-sm-5">
<div class="card-image">
<a href="{{.Url}}"><img width="360" height="240"
src="{{getCover .Cover}}"
class="attachment-hestia-blog size-hestia-blog wp-post-image"
alt="Samson Holiday" decoding="async" /></a>
</div>
</div>
<div class="col-ms-7 col-sm-7">
<h6 class="category text-info">
<a href="{{.Url}}" title="View all posts in Uncategorized"
rel="tag">{{timeFormat .PublishTime}}</a>
</h6>
<h2 class="card-title entry-title"><a href="{{.Url}}"
title="Samson 2022 Holiday Giveaway – Enter to win one of 3 Content Creator Bundles"
rel="bookmark" style="
overflow: hidden; text-overflow: ellipsis;
display:-webkit-box; -webkit-box-orient:vertical;
-webkit-line-clamp:3;">{{.Title}}</a></h2>
<div class="card-description entry-summary ">
<p style="
overflow: hidden; text-overflow: ellipsis;
display:-webkit-box; -webkit-box-orient:vertical;
-webkit-line-clamp:5;">{{.Summary}}</p>
</div>
<div class="posted-by vcard author">
<a href="{{.Url}}">{{.Views}} {{lang "views"}}</a>
</div>
</div>
</div>
</article>
{{end}}
</div>
<nav class="navigation pagination" aria-label="Posts">
<div class="nav-links">
{{$pulen := len .PrevUrl}}
{{ if ne $pulen 0 }}
<a class="next page-numbers" href="{{.PrevUrl}}">{{lang "prev"}}</a>
{{ end }}
{{$nulen := len .NextUrl}}
{{ if ne $nulen 0 }}
<a class="next page-numbers" href="{{.NextUrl}}">{{lang "next"}}</a>
{{ end }}
</div>
</nav>
</div>
<div class="col-md-3 blog-sidebar-wrapper col-md-offset-1">
<aside id="secondary" class="blog-sidebar" role="complementary">
{{$plen := len .PopularArticles}}
{{if ne $plen 0}}
<div id="recent-posts-2" class="widget widget_recent_entries">
<h5>{{lang "popular"}}</h5>
<ul>
{{range .PopularArticles}}
<li>
<a href="{{.Url}}" style="
overflow: hidden; text-overflow: ellipsis;
display:-webkit-box; -webkit-box-orient:vertical;
-webkit-line-clamp:2;">{{.Title}}</a>
<span class="post-date">{{timeFormat .PublishTime}}</span>
</li>
{{ end }}
</ul>
</div>
{{ end }}
</aside><!-- .sidebar .widget-area -->
</div>
</div>
</div>
</div>
</div>
<footer class="footer footer-black footer-big">
<div class="container">
<div class="hestia-bottom-footer-content">
<ul id="menu-socials-top-menu" class="footer-menu pull-left">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2467">
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2467">
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2467">
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2467">
<a class="nav-link" href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
<div class="copyright pull-right">{{.Copyright}}</div>
</div>
</div>
</footer>
</div>
</div>
</body>
</html>

@ -0,0 +1,105 @@
<!DOCTYPE html>
<html lang="en-US">
<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/font-sizes.min.css@ver=3.0.24.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/style.min.css@ver=6.1.1.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/bootstrap.min.css@ver=1.0.2.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/frontend.min.css@ver=3.8.1.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/style.min.css@ver=3.0.24.css"}}" />
</head>
<body class="home blog wp-custom-logo header-layout-default elementor-default elementor-kit-3571">
<div class="wrapper default ">
<header class="header ">
<div style="display: none"></div>
<nav class="navbar navbar-default navbar-fixed-top hestia_left navbar-not-transparent">
<div class="container">
<div class="navbar-header">
<div class="title-logo-wrapper">
<a href="{{.IndexUrl}}" class="navbar-brand"><img src="{{replaceImage .Logo}}"
alt="logo" /></a>
</div>
</div>
<div id="main-navigation" class="collapse navbar-collapse">
<ul id="menu-top-menu" class="nav navbar-nav">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2470">
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2470">
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2470">
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2470">
<a class="nav-link" href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
</div>
</div>
</nav>
</header>
<div id="primary" class=" page-header header-small" data-parallax="active">
<div class="container">
</div>
</div>
<div class="main ">
<div class="hestia-blogs" data-layout="sidebar-right">
<div class="container">
<div class="row" style="padding: 0 30px;">
<h1 id="page-title">{{lang "policy"}}</h1>
<div>
{{.Policy}}
</div>
</div>
</div>
</div>
</div>
<footer class="footer footer-black footer-big">
<div class="container">
<div class="hestia-bottom-footer-content">
<ul id="menu-socials-top-menu" class="footer-menu pull-left">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2467">
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2467">
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2467">
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2467">
<a class="nav-link" href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
<div class="copyright pull-right">{{.Copyright}}</div>
</div>
</div>
</footer>
</div>
</div>
</body>
</html>
Loading…
Cancel
Save