master
xuxiaoyan 2 years ago
parent 86fa16f746
commit 76c49cdd9e
  1. 211
      blenderhappy/about.html
  2. 6
      blenderhappy/config.json
  3. 227
      blenderhappy/contact.html
  4. 1182
      blenderhappy/css/index.css
  5. 1
      blenderhappy/css/style-1.css
  6. 1
      blenderhappy/css/style-frontend-pro.2.16.1.css
  7. 1
      blenderhappy/css/style.css
  8. 11
      blenderhappy/css/style.min.css
  9. 241
      blenderhappy/details.html
  10. 155
      blenderhappy/index.html
  11. 211
      blenderhappy/policy.html

@ -0,0 +1,211 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<meta name="keywords" content="{{.Keywords}}">
<meta name="description" content="{{.Description}}">
<title>{{.Title}}</title>
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
<link rel="stylesheet" href="{{staticFile "/css/style-1.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/style-frontend-pro.2.16.1.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/style.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/style.min.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}">
</head>
<body
class="blog feast-plugin custom-header header-image header-full-width content-sidebar genesis-breadcrumbs-hidden genesis-footer-widgets-hidden seasoned-pro">
<div class="site-container">
<header class="site-header">
<div class="wrap">
<div class="title-area">
<p class="site-title"><a href="{{.IndexUrl}}" title="logo"><img width="400" height="140"
src="{{replaceImage .Logo}}" title="" alt="logo" data-pin-nopin="true" /></a></p>
</div>
<nav class="nav-primary" aria-label="Main" id="genesis-nav-primary">
<div class="wrap">
<ul id="menu-nav-social-menu" class="menu genesis-nav-menu menu-primary js-superfish">
<li id="menu-item-5869" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5869"><a
href="{{.IndexUrl}}"><span>{{ lang "home"}}</span></a></li>
{{if .HasAbout }}
<li id="menu-item-5869" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5869"><a
href="{{.AboutUrl}}"><span>{{ lang "about"}}</span></a></li>
{{end}}
{{if .HasContact }}
<li id="menu-item-5869" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5869"><a
href="{{.ContactUrl}}"><span>{{ lang "contact"}}</span></a></li>
{{end}}
</ul>
</div>
</nav>
</div>
</header>
<div class="feastmobilenavbar">
<div class="feastmenulogo"><a href="{{.IndexUrl}}"><img src="{{replaceImage .Logo}}" height="70"
width="200" /></a></div>
</div>
<div class="site-inner">
<div class="content-sidebar-wrap">
<main class="content" id="genesis-content">
<p id="breadcrumbs"><span><span><a href="{{.IndexUrl}}">{{lang "home"}}</a> »<span
class="breadcrumb_last" aria-current="page">{{ lang "about" }}</span></span></span></p>
<article
class="post-4212 post type-post status-publish format-standard has-post-thumbnail category-alcoholic category-beverage tag-cherry tag-peach tag-wine mv-content-wrapper grow-content-body entry"
aria-label="{{ lang "about" }}">
<header class="entry-header">
<h1 class="entry-title">{{ lang "about" }}</h1>
</header>
<div class="entry-content">
<div class="dpsp-post-pinterest-image-hidden">
<style>
.mv-create-jtr-wrapper {
margin-bottom: 20px
}
a.mv-create-jtr-link {
display: inline-block;
padding: 10px 10px 10px 0;
color: #919191;
font-size: 16px;
text-decoration: none !important;
-webkit-transition: color .5s;
transition: color .5s
}
a.mv-create-jtr-link:hover,
a.mv-create-jtr-link:focus {
color: #4a6285
}
.mv-create-jtr-link .mv-create-jtr-caret {
margin-right: 5px;
padding-top: 6px;
fill: #919191
}
.mv-create-jtr-link:hover .mv-create-jtr-caret,
.mv-create-jtr-link:focus .mv-create-jtr-caret {
fill: #4a6285
}
a.mv-create-jtr-button {
display: inline-block;
padding: .75em 1.5em;
border: 0;
color: #000;
background: #919191;
box-shadow: none;
text-shadow: none;
font-size: 16px;
text-align: center;
text-decoration: none !important;
cursor: pointer;
-webkit-transition: background .5s;
transition: background .5s
}
a.mv-create-jtr-button:hover,
a.mv-create-jtr-button:focus {
color: #fff;
background: #4a6285
}
.mv-create-jtr-button .mv-create-jtr-caret {
margin-right: 5px;
padding-top: 6px;
fill: #000
}
.mv-create-jtr-button:hover .mv-create-jtr-caret,
.mv-create-jtr-button:focus .mv-create-jtr-caret {
fill: #fff
}
.mv-create-jtr-button-uppercase {
text-transform: uppercase
}
</style>
{{.About}}
</article>
</main>
<aside class="sidebar sidebar-primary widget-area" role="complementary" aria-label="Primary Sidebar"
id="genesis-sidebar-primary">
<div class='feast-modern-sidebar'>
{{$plen := len .PopularArticles}}
{{if ne $plen 0}}
<h3 id="h-popular">{{lang "popular"}}</h3>
<div class='feast-category-index feast-recipe-index'>
<ul class="feast-category-index-list fsri-list feast-grid-half feast-desktop-grid-half">
{{range .PopularArticles}}
<li class="listing-item"><a href="{{.Url}}" style="text-decoration: none;"> <img width="360"
height="360" src="{{getCover .Cover 125 75}}" class=" wp-post-image" alt="" data-pin-nopin="true"
aria-hidden="true" />
<div class='fsri-title'>{{.Title}}</div>
</a></li>
{{end}}
</ul>
</div>
{{end}}
</div>
</aside>
</div>
</div>
<footer class="site-footer">
<div class="wrap">
<div class='feast-modern-footer'>
<div class="wp-block-columns">
<div class="wp-block-column">
<h3 id="h-about">{{lang "related"}}</h3>
<ul>
<li><a href="{{.IndexUrl}}">{{ lang "home"}}</a></li>
{{if .HasAbout }}
<li><a href="{{.AboutUrl}}">{{ lang "about"}}</a></li>
{{end}}
{{if .HasContact }}
<li><a href="{{.ContactUrl}}">{{ lang "contact"}}</a></li>
{{end}}
{{if .HasPolicy }}
<li><a href="{{.PolicyUrl}}">{{ lang "policy"}}</a></li>
{{end}}
</ul>
</div>
{{$flen := len .Friendship}}
{{if ne $flen 0}}
<div class="wp-block-column">
<h3 class="" id="h-newsletter">{{lang "friendship"}}</h3>
<ul>
{{range .Friendship}}
<li><a href="{{.Url}}">{{.Name}}</a></li>
{{end}}
</ul>
<p></p>
</div>
{{end}}
</div>
<p class="has-text-align-center">{{.Copyright}}</p>
</div>
</div>
</footer>
</div>
</body>
</html>

@ -0,0 +1,6 @@
{
"creator": "许晓焱",
"version": "1.0",
"origin_website": "https://blenderhappy.com/blog/",
"devices": ["pc", "pad", "phone"]
}

@ -0,0 +1,227 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="keywords" content="{{.Keywords}}">
<meta name="description" content="{{.Description}}">
<title>{{.Title}}</title>
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<link rel="stylesheet" href="{{staticFile "/css/style-1.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/style-frontend-pro.2.16.1.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/style.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/style.min.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}">
</head>
<body
class="blog feast-plugin custom-header header-image header-full-width content-sidebar genesis-breadcrumbs-hidden genesis-footer-widgets-hidden seasoned-pro">
<div class="site-container">
<header class="site-header">
<div class="wrap">
<div class="title-area">
<p class="site-title"><a href="{{.IndexUrl}}" title="logo"><img width="400" height="140"
src="{{replaceImage .Logo}}" title="" alt="logo" data-pin-nopin="true" /></a></p>
</div>
<nav class="nav-primary" aria-label="Main" id="genesis-nav-primary">
<div class="wrap">
<ul id="menu-nav-social-menu" class="menu genesis-nav-menu menu-primary js-superfish">
<li id="menu-item-5869" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5869"><a
href="{{.IndexUrl}}"><span>{{ lang "home"}}</span></a></li>
{{if .HasAbout }}
<li id="menu-item-5869" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5869"><a
href="{{.AboutUrl}}"><span>{{ lang "about"}}</span></a></li>
{{end}}
{{if .HasContact }}
<li id="menu-item-5869" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5869"><a
href="{{.ContactUrl}}"><span>{{ lang "contact"}}</span></a></li>
{{end}}
</ul>
</div>
</nav>
</div>
</header>
<div class="feastmobilenavbar">
<div class="feastmenulogo"><a href="{{.IndexUrl}}"><img src="{{replaceImage .Logo}}" height="70"
width="200" /></a></div>
</div>
<div class="site-inner">
<div class="content-sidebar-wrap">
<main class="content" id="genesis-content">
<p id="breadcrumbs"><span><span><a href="{{.IndexUrl}}">{{lang "home"}}</a> »<span
class="breadcrumb_last" aria-current="page">{{ lang "contact" }}</span></span></span></p>
<article
class="post-4212 post type-post status-publish format-standard has-post-thumbnail category-alcoholic category-beverage tag-cherry tag-peach tag-wine mv-content-wrapper grow-content-body entry"
aria-label="{{ lang "contact" }}">
<header class="entry-header">
<h1 class="entry-title">{{ lang "contact" }}</h1>
</header>
<div class="entry-content">
<div class="dpsp-post-pinterest-image-hidden">
<style>
.mv-create-jtr-wrapper {
margin-bottom: 20px
}
a.mv-create-jtr-link {
display: inline-block;
padding: 10px 10px 10px 0;
color: #919191;
font-size: 16px;
text-decoration: none !important;
-webkit-transition: color .5s;
transition: color .5s
}
a.mv-create-jtr-link:hover,
a.mv-create-jtr-link:focus {
color: #4a6285
}
.mv-create-jtr-link .mv-create-jtr-caret {
margin-right: 5px;
padding-top: 6px;
fill: #919191
}
.mv-create-jtr-link:hover .mv-create-jtr-caret,
.mv-create-jtr-link:focus .mv-create-jtr-caret {
fill: #4a6285
}
a.mv-create-jtr-button {
display: inline-block;
padding: .75em 1.5em;
border: 0;
color: #000;
background: #919191;
box-shadow: none;
text-shadow: none;
font-size: 16px;
text-align: center;
text-decoration: none !important;
cursor: pointer;
-webkit-transition: background .5s;
transition: background .5s
}
a.mv-create-jtr-button:hover,
a.mv-create-jtr-button:focus {
color: #fff;
background: #4a6285
}
.mv-create-jtr-button .mv-create-jtr-caret {
margin-right: 5px;
padding-top: 6px;
fill: #000
}
.mv-create-jtr-button:hover .mv-create-jtr-caret,
.mv-create-jtr-button:focus .mv-create-jtr-caret {
fill: #fff
}
.mv-create-jtr-button-uppercase {
text-transform: uppercase
}
</style>
{{.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>
</article>
</main>
<aside class="sidebar sidebar-primary widget-area" role="complementary" aria-label="Primary Sidebar"
id="genesis-sidebar-primary">
<div class='feast-modern-sidebar'>
{{$plen := len .PopularArticles}}
{{if ne $plen 0}}
<h3 id="h-popular">{{lang "popular"}}</h3>
<div class='feast-category-index feast-recipe-index'>
<ul class="feast-category-index-list fsri-list feast-grid-half feast-desktop-grid-half">
{{range .PopularArticles}}
<li class="listing-item"><a href="{{.Url}}" style="text-decoration: none;"> <img width="360"
height="360" src="{{getCover .Cover 125 75}}" class=" wp-post-image" alt="" data-pin-nopin="true"
aria-hidden="true" />
<div class='fsri-title'>{{.Title}}</div>
</a></li>
{{end}}
</ul>
</div>
{{end}}
</div>
</aside>
</div>
</div>
<footer class="site-footer">
<div class="wrap">
<div class='feast-modern-footer'>
<div class="wp-block-columns">
<div class="wp-block-column">
<h3 id="h-about">{{lang "related"}}</h3>
<ul>
<li><a href="{{.IndexUrl}}">{{ lang "home"}}</a></li>
{{if .HasAbout }}
<li><a href="{{.AboutUrl}}">{{ lang "about"}}</a></li>
{{end}}
{{if .HasContact }}
<li><a href="{{.ContactUrl}}">{{ lang "contact"}}</a></li>
{{end}}
{{if .HasPolicy }}
<li><a href="{{.PolicyUrl}}">{{ lang "policy"}}</a></li>
{{end}}
</ul>
</div>
{{$flen := len .Friendship}}
{{if ne $flen 0}}
<div class="wp-block-column">
<h3 class="" id="h-newsletter">{{lang "friendship"}}</h3>
<ul>
{{range .Friendship}}
<li><a href="{{.Url}}">{{.Name}}</a></li>
{{end}}
</ul>
<p></p>
</div>
{{end}}
</div>
<p class="has-text-align-center">{{.Copyright}}</p>
</div>
</div>
</footer>
</div>
</body>
</html>

File diff suppressed because it is too large Load Diff

@ -0,0 +1 @@
.simple-social-icons svg[class^=social-],.simple-social-icons svg[class*=" social-"]{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}.simple-social-icons{overflow:hidden}.simple-social-icons ul{margin:0;padding:0}.simple-social-icons ul li{background:0 0!important;border:none!important;float:left;list-style-type:none!important;margin:0 6px 12px!important;padding:0!important}.simple-social-icons ul li a{border:none!important;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;display:inline-block;font-style:normal!important;font-variant:normal!important;font-weight:400!important;height:1em;line-height:1em;text-align:center;text-decoration:none!important;text-transform:none!important;width:1em}.simple-social-icons ul.aligncenter{text-align:center}.simple-social-icons ul.aligncenter li{display:inline-block;float:none}.simple-social-icons .screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

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,241 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="keywords" content="{{.Keywords}}">
<meta name="description" content="{{.Description}}">
<title>{{.Title}}</title>
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<link rel="stylesheet" href="{{staticFile "/css/style-1.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/style-frontend-pro.2.16.1.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/style.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/style.min.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}">
</head>
<body
class="blog feast-plugin custom-header header-image header-full-width content-sidebar genesis-breadcrumbs-hidden genesis-footer-widgets-hidden seasoned-pro">
<div class="site-container">
<header class="site-header">
<div class="wrap">
<div class="title-area">
<p class="site-title"><a href="{{.IndexUrl}}" title="logo"><img width="400" height="140"
src="{{replaceImage .Logo}}" title="" alt="logo" data-pin-nopin="true" /></a></p>
</div>
<nav class="nav-primary" aria-label="Main" id="genesis-nav-primary">
<div class="wrap">
<ul id="menu-nav-social-menu" class="menu genesis-nav-menu menu-primary js-superfish">
<li id="menu-item-5869" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5869"><a
href="{{.IndexUrl}}"><span>{{ lang "home"}}</span></a></li>
{{if .HasAbout }}
<li id="menu-item-5869" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5869"><a
href="{{.AboutUrl}}"><span>{{ lang "about"}}</span></a></li>
{{end}}
{{if .HasContact }}
<li id="menu-item-5869" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5869"><a
href="{{.ContactUrl}}"><span>{{ lang "contact"}}</span></a></li>
{{end}}
</ul>
</div>
</nav>
</div>
</header>
<div class="feastmobilenavbar">
<div class="feastmenulogo"><a href="{{.IndexUrl}}"><img src="{{replaceImage .Logo}}" height="70"
width="200" /></a></div>
</div>
<div class="site-inner">
<div class="content-sidebar-wrap">
<main class="content" id="genesis-content">
<p id="breadcrumbs"><span><span><a href="{{.IndexUrl}}">{{lang "home"}}</a> »<span
class="breadcrumb_last" aria-current="page">{{.Title}}</span></span></span></p>
<article
class="post-4212 post type-post status-publish format-standard has-post-thumbnail category-alcoholic category-beverage tag-cherry tag-peach tag-wine mv-content-wrapper grow-content-body entry"
aria-label="{{.Title}}">
<header class="entry-header">
<h1 class="entry-title">{{.Title}}</h1>
<p class="entry-meta"> <time class="entry-time">{{timeFormat .PublishTime}}</time> · {{.Views}} {{lang "views"}}</p>
</header>
<div class="mv-video-target mv-video-id-xhm6y5pwtvvhybhpekyq" data-video-id="xhm6y5pwtvvhybhpekyq"
data-volume="70" data-disable-jsonld="true" data-force-optimize="true"></div>
<div class="entry-content">
<div class="dpsp-post-pinterest-image-hidden"><img width="377" height="1024"
src="{{getCover .Article.Pictures}}" alt="{{.Title}}"
class="skip-lazy a3-notlazy no-lazyload dpsp-post-pinterest-image-hidden-inner dpsp-post-pinterest-image-hidden-single"
data-no-lazy="1" /></div><span id="dpsp-post-content-markup" data-image-pin-it="false"></span>
<style>
.mv-create-jtr-wrapper {
margin-bottom: 20px
}
a.mv-create-jtr-link {
display: inline-block;
padding: 10px 10px 10px 0;
color: #919191;
font-size: 16px;
text-decoration: none !important;
-webkit-transition: color .5s;
transition: color .5s
}
a.mv-create-jtr-link:hover,
a.mv-create-jtr-link:focus {
color: #4a6285
}
.mv-create-jtr-link .mv-create-jtr-caret {
margin-right: 5px;
padding-top: 6px;
fill: #919191
}
.mv-create-jtr-link:hover .mv-create-jtr-caret,
.mv-create-jtr-link:focus .mv-create-jtr-caret {
fill: #4a6285
}
a.mv-create-jtr-button {
display: inline-block;
padding: .75em 1.5em;
border: 0;
color: #000;
background: #919191;
box-shadow: none;
text-shadow: none;
font-size: 16px;
text-align: center;
text-decoration: none !important;
cursor: pointer;
-webkit-transition: background .5s;
transition: background .5s
}
a.mv-create-jtr-button:hover,
a.mv-create-jtr-button:focus {
color: #fff;
background: #4a6285
}
.mv-create-jtr-button .mv-create-jtr-caret {
margin-right: 5px;
padding-top: 6px;
fill: #000
}
.mv-create-jtr-button:hover .mv-create-jtr-caret,
.mv-create-jtr-button:focus .mv-create-jtr-caret {
fill: #fff
}
.mv-create-jtr-button-uppercase {
text-transform: uppercase
}
</style>
<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}}
<footer class="entry-footer">
<!-- 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>
</footer>
</article>
</main>
<aside class="sidebar sidebar-primary widget-area" role="complementary" aria-label="Primary Sidebar"
id="genesis-sidebar-primary">
<div class='feast-modern-sidebar'>
{{$plen := len .PopularArticles}}
{{if ne $plen 0}}
<h3 id="h-popular">{{lang "popular"}}</h3>
<div class='feast-category-index feast-recipe-index'>
<ul class="feast-category-index-list fsri-list feast-grid-half feast-desktop-grid-half">
{{range .PopularArticles}}
<li class="listing-item"><a href="{{.Url}}" style="text-decoration: none;"> <img width="360"
height="360" src="{{getCover .Cover 125 75}}" class=" wp-post-image" alt="" data-pin-nopin="true"
aria-hidden="true" />
<div class='fsri-title'>{{.Title}}</div>
</a></li>
{{end}}
</ul>
</div>
{{end}}
</div>
</aside>
</div>
</div>
<footer class="site-footer">
<div class="wrap">
<div class='feast-modern-footer'>
<div class="wp-block-columns">
<div class="wp-block-column">
<h3 id="h-about">{{lang "related"}}</h3>
<ul>
<li><a href="{{.IndexUrl}}">{{ lang "home"}}</a></li>
{{if .HasAbout }}
<li><a href="{{.AboutUrl}}">{{ lang "about"}}</a></li>
{{end}}
{{if .HasContact }}
<li><a href="{{.ContactUrl}}">{{ lang "contact"}}</a></li>
{{end}}
{{if .HasPolicy }}
<li><a href="{{.PolicyUrl}}">{{ lang "policy"}}</a></li>
{{end}}
</ul>
</div>
{{$flen := len .Friendship}}
{{if ne $flen 0}}
<div class="wp-block-column">
<h3 class="" id="h-newsletter">{{lang "friendship"}}</h3>
<ul>
{{range .Friendship}}
<li><a href="{{.Url}}">{{.Name}}</a></li>
{{end}}
</ul>
<p></p>
</div>
{{end}}
</div>
<p class="has-text-align-center">{{.Copyright}}</p>
</div>
</div>
</footer>
</div>
</body>
</html>

@ -0,0 +1,155 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="keywords" content="{{.Keywords}}">
<meta name="description" content="{{.Description}}">
<title>{{.Title}}</title>
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<link rel="stylesheet" href="{{staticFile "/css/style-1.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/style-frontend-pro.2.16.1.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/style.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/style.min.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}">
</head>
<body
class="blog feast-plugin custom-header header-image header-full-width content-sidebar genesis-breadcrumbs-hidden genesis-footer-widgets-hidden seasoned-pro">
<div class="site-container">
<header class="site-header">
<div class="wrap">
<div class="title-area">
<p class="site-title"><a href="{{.IndexUrl}}" title="logo"><img width="400" height="140"
src="{{replaceImage .Logo}}" title="" alt="logo" data-pin-nopin="true" /></a></p>
</div>
<nav class="nav-primary" aria-label="Main" id="genesis-nav-primary">
<div class="wrap">
<ul id="menu-nav-social-menu" class="menu genesis-nav-menu menu-primary js-superfish">
<li id="menu-item-5869" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5869"><a
href="{{.IndexUrl}}"><span>{{ lang "home"}}</span></a></li>
{{if .HasAbout }}
<li id="menu-item-5869" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5869"><a
href="{{.AboutUrl}}"><span>{{ lang "about"}}</span></a></li>
{{end}}
{{if .HasContact }}
<li id="menu-item-5869" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5869"><a
href="{{.ContactUrl}}"><span>{{ lang "contact"}}</span></a></li>
{{end}}
</ul>
</div>
</nav>
</div>
</header>
<div class="feastmobilenavbar">
<div class="feastmenulogo"><a href="{{.IndexUrl}}"><img src="{{replaceImage .Logo}}" height="70"
width="200" /></a></div>
</div>
<div class="site-inner">
<div class="content-sidebar-wrap">
<main class="content" id="genesis-content">
<div class="archive-description posts-page-description">
<h1 class="archive-title">{{lang "latest"}}</h1>
</div>
<div class="content-wrapper">
{{ range .Articles }}
<article
class="simple-grid one-half odd first post-6477 post type-post status-publish format-standard has-post-thumbnail category-blender entry">
<header class="entry-header"><a class="entry-image-link" href="{{.Url}}" aria-hidden="true"
tabindex="-1"><img width="360" height="360" src="{{getCover .Cover 300 180}}"
class=" post-image entry-image" /></a>
<h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="{{.Url}}">{{.Title}}</a></h2>
</header>
<div class="entry-content"></div>
<footer class="entry-footer"></footer>
</article>
{{end}}
</div>
<div class="archive-pagination pagination" role="navigation" aria-label="Pagination">
<ul>
{{$pulen := len .PrevUrl}}
{{ if ne $pulen 0 }}
<li class="pagination-next"><a href="{{.PrevUrl}}">{{lang "prev"}}</a></li>
{{ end }}
{{$nulen := len .NextUrl}}
{{ if ne $nulen 0 }}
<li class="pagination-next"><a href="{{.NextUrl}}">{{lang "next"}}</a></li>
{{ end }}
</ul>
</div>
</main>
<aside class="sidebar sidebar-primary widget-area" role="complementary" aria-label="Primary Sidebar"
id="genesis-sidebar-primary">
<div class='feast-modern-sidebar'>
{{$plen := len .PopularArticles}}
{{if ne $plen 0}}
<h3 id="h-popular">{{lang "popular"}}</h3>
<div class='feast-category-index feast-recipe-index'>
<ul class="feast-category-index-list fsri-list feast-grid-half feast-desktop-grid-half">
{{range .PopularArticles}}
<li class="listing-item"><a href="{{.Url}}" style="text-decoration: none;"> <img width="360"
height="360" src="{{getCover .Cover 125 75}}" class=" wp-post-image" alt="" data-pin-nopin="true"
aria-hidden="true" />
<div class='fsri-title'>{{.Title}}</div>
</a></li>
{{end}}
</ul>
</div>
{{end}}
</div>
</aside>
</div>
</div>
<footer class="site-footer">
<div class="wrap">
<div class='feast-modern-footer'>
<div class="wp-block-columns">
<div class="wp-block-column">
<h3 id="h-about">{{lang "related"}}</h3>
<ul>
<li><a href="{{.IndexUrl}}">{{ lang "home"}}</a></li>
{{if .HasAbout }}
<li><a href="{{.AboutUrl}}">{{ lang "about"}}</a></li>
{{end}}
{{if .HasContact }}
<li><a href="{{.ContactUrl}}">{{ lang "contact"}}</a></li>
{{end}}
{{if .HasPolicy }}
<li><a href="{{.PolicyUrl}}">{{ lang "policy"}}</a></li>
{{end}}
</ul>
</div>
{{$flen := len .Friendship}}
{{if ne $flen 0}}
<div class="wp-block-column">
<h3 class="" id="h-newsletter">{{lang "friendship"}}</h3>
<ul>
{{range .Friendship}}
<li><a href="{{.Url}}">{{.Name}}</a></li>
{{end}}
</ul>
<p></p>
</div>
{{end}}
</div>
<p class="has-text-align-center">{{.Copyright}}</p>
</div>
</div>
</footer>
</div>
</body>
</html>

@ -0,0 +1,211 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="keywords" content="{{.Keywords}}">
<meta name="description" content="{{.Description}}">
<title>{{.Title}}</title>
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<link rel="stylesheet" href="{{staticFile "/css/style-1.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/style-frontend-pro.2.16.1.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/style.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/style.min.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}">
</head>
<body
class="blog feast-plugin custom-header header-image header-full-width content-sidebar genesis-breadcrumbs-hidden genesis-footer-widgets-hidden seasoned-pro">
<div class="site-container">
<header class="site-header">
<div class="wrap">
<div class="title-area">
<p class="site-title"><a href="{{.IndexUrl}}" title="logo"><img width="400" height="140"
src="{{replaceImage .Logo}}" title="" alt="logo" data-pin-nopin="true" /></a></p>
</div>
<nav class="nav-primary" aria-label="Main" id="genesis-nav-primary">
<div class="wrap">
<ul id="menu-nav-social-menu" class="menu genesis-nav-menu menu-primary js-superfish">
<li id="menu-item-5869" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5869"><a
href="{{.IndexUrl}}"><span>{{ lang "home"}}</span></a></li>
{{if .HasAbout }}
<li id="menu-item-5869" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5869"><a
href="{{.AboutUrl}}"><span>{{ lang "about"}}</span></a></li>
{{end}}
{{if .HasContact }}
<li id="menu-item-5869" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5869"><a
href="{{.ContactUrl}}"><span>{{ lang "contact"}}</span></a></li>
{{end}}
</ul>
</div>
</nav>
</div>
</header>
<div class="feastmobilenavbar">
<div class="feastmenulogo"><a href="{{.IndexUrl}}"><img src="{{replaceImage .Logo}}" height="70"
width="200" /></a></div>
</div>
<div class="site-inner">
<div class="content-sidebar-wrap">
<main class="content" id="genesis-content">
<p id="breadcrumbs"><span><span><a href="{{.IndexUrl}}">{{lang "home"}}</a> »<span
class="breadcrumb_last" aria-current="page">{{ lang "policy" }}</span></span></span></p>
<article
class="post-4212 post type-post status-publish format-standard has-post-thumbnail category-alcoholic category-beverage tag-cherry tag-peach tag-wine mv-content-wrapper grow-content-body entry"
aria-label="{{ lang "policy" }}">
<header class="entry-header">
<h1 class="entry-title">{{ lang "policy" }}</h1>
</header>
<div class="entry-content">
<div class="dpsp-post-pinterest-image-hidden">
<style>
.mv-create-jtr-wrapper {
margin-bottom: 20px
}
a.mv-create-jtr-link {
display: inline-block;
padding: 10px 10px 10px 0;
color: #919191;
font-size: 16px;
text-decoration: none !important;
-webkit-transition: color .5s;
transition: color .5s
}
a.mv-create-jtr-link:hover,
a.mv-create-jtr-link:focus {
color: #4a6285
}
.mv-create-jtr-link .mv-create-jtr-caret {
margin-right: 5px;
padding-top: 6px;
fill: #919191
}
.mv-create-jtr-link:hover .mv-create-jtr-caret,
.mv-create-jtr-link:focus .mv-create-jtr-caret {
fill: #4a6285
}
a.mv-create-jtr-button {
display: inline-block;
padding: .75em 1.5em;
border: 0;
color: #000;
background: #919191;
box-shadow: none;
text-shadow: none;
font-size: 16px;
text-align: center;
text-decoration: none !important;
cursor: pointer;
-webkit-transition: background .5s;
transition: background .5s
}
a.mv-create-jtr-button:hover,
a.mv-create-jtr-button:focus {
color: #fff;
background: #4a6285
}
.mv-create-jtr-button .mv-create-jtr-caret {
margin-right: 5px;
padding-top: 6px;
fill: #000
}
.mv-create-jtr-button:hover .mv-create-jtr-caret,
.mv-create-jtr-button:focus .mv-create-jtr-caret {
fill: #fff
}
.mv-create-jtr-button-uppercase {
text-transform: uppercase
}
</style>
{{.Policy}}
</article>
</main>
<aside class="sidebar sidebar-primary widget-area" role="complementary" aria-label="Primary Sidebar"
id="genesis-sidebar-primary">
<div class='feast-modern-sidebar'>
{{$plen := len .PopularArticles}}
{{if ne $plen 0}}
<h3 id="h-popular">{{lang "popular"}}</h3>
<div class='feast-category-index feast-recipe-index'>
<ul class="feast-category-index-list fsri-list feast-grid-half feast-desktop-grid-half">
{{range .PopularArticles}}
<li class="listing-item"><a href="{{.Url}}" style="text-decoration: none;"> <img width="360"
height="360" src="{{getCover .Cover 125 75}}" class=" wp-post-image" alt="" data-pin-nopin="true"
aria-hidden="true" />
<div class='fsri-title'>{{.Title}}</div>
</a></li>
{{end}}
</ul>
</div>
{{end}}
</div>
</aside>
</div>
</div>
<footer class="site-footer">
<div class="wrap">
<div class='feast-modern-footer'>
<div class="wp-block-columns">
<div class="wp-block-column">
<h3 id="h-about">{{lang "related"}}</h3>
<ul>
<li><a href="{{.IndexUrl}}">{{ lang "home"}}</a></li>
{{if .HasAbout }}
<li><a href="{{.AboutUrl}}">{{ lang "about"}}</a></li>
{{end}}
{{if .HasContact }}
<li><a href="{{.ContactUrl}}">{{ lang "contact"}}</a></li>
{{end}}
{{if .HasPolicy }}
<li><a href="{{.PolicyUrl}}">{{ lang "policy"}}</a></li>
{{end}}
</ul>
</div>
{{$flen := len .Friendship}}
{{if ne $flen 0}}
<div class="wp-block-column">
<h3 class="" id="h-newsletter">{{lang "friendship"}}</h3>
<ul>
{{range .Friendship}}
<li><a href="{{.Url}}">{{.Name}}</a></li>
{{end}}
</ul>
<p></p>
</div>
{{end}}
</div>
<p class="has-text-align-center">{{.Copyright}}</p>
</div>
</div>
</footer>
</div>
</body>
</html>
Loading…
Cancel
Save