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.
206 lines
6.2 KiB
206 lines
6.2 KiB
<!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' />
|
|
<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 rel='stylesheet' id='bloggerz-fonts-css'
|
|
href="{{staticFile "/css/css.css"}}"
|
|
type='text/css' media='all' />
|
|
<link rel='stylesheet' id='normalize-css' href="{{staticFile "/css/normalize.css@ver=3.0.3.css"}}"
|
|
type='text/css' media='all' />
|
|
<link rel='stylesheet' id='font-awesome-css'
|
|
href="{{staticFile "/css/font-awesome.min.css@ver=4.6.3.css"}}" type='text/css'
|
|
media='all' />
|
|
<link rel='stylesheet' id='bloggerz-style-css' href="{{staticFile "/css/style.css@ver=1.0.7.css"}}"
|
|
type='text/css' media='all' />
|
|
<link rel='stylesheet' id='jetpack_css-css' href="{{staticFile "/css/jetpack.css@ver=11.5.1.css"}}"
|
|
type='text/css' media='all' />
|
|
|
|
|
|
</head>
|
|
|
|
<body class="home blog custom-background wp-custom-logo">
|
|
|
|
<div class="wrapper">
|
|
|
|
<header class="headerWrapper">
|
|
<img style="width: 170px;
|
|
margin-left: 20px;" src="{{replaceImage .Logo}}" alt="logo" />
|
|
|
|
<div class="container">
|
|
<ul id="menu-menu" class="wp-menu">
|
|
|
|
<li id="menu-item-74"
|
|
class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-74">
|
|
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
|
|
</li>
|
|
<li id="menu-item-74"
|
|
class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-74">
|
|
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a>
|
|
</li>
|
|
<li id="menu-item-74"
|
|
class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-74">
|
|
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a>
|
|
</li>
|
|
|
|
</ul>
|
|
</div><!-- /.container -->
|
|
</header>
|
|
|
|
|
|
<div class="container main-section">
|
|
<h1 class="text" style="color: #000;margin-bottom:10px">{{lang "latest"}}</h1>
|
|
|
|
<div class="left-section ">
|
|
{{ range .Articles }}
|
|
|
|
<div id="post-3444"
|
|
class="post-section post-3444 post type-post status-publish format-standard has-post-thumbnail hentry category-campgrounds category-family-activities tag-camping-in-felton tag-camping-in-santa-cruz tag-felton-campground tag-felton-campground-reviews tag-felton-campgrounds tag-santa-cruz-campground tag-santa-cruz-campground-reviews tag-santa-cruz-campgrounds tag-santa-cruz-redwoods-rv-resort tag-santa-cruz-redwoods-rv-resort-review">
|
|
|
|
|
|
<h2><a href="{{.Url}}" style=" text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
-webkit-line-clamp: 1;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
">{{.Title}}</a></h2>
|
|
<div class="clearfix post-info">
|
|
<span class="date">
|
|
<time class="entry-date published updated">
|
|
<a href="{{.Url}}">{{timeFormat .PublishTime}}</a>
|
|
</time>
|
|
</span>
|
|
</div> <!-- .clearfix -->
|
|
|
|
<div class="post-img">
|
|
<a href="{{.Url}}"><img width="628"
|
|
height="234"
|
|
src="{{getCover .Cover}}"
|
|
class="attachment-bloggerz-thumbnail-medium size-bloggerz-thumbnail-medium wp-post-image"
|
|
alt="Cover Image" /></a>
|
|
</div> <!-- .post-img -->
|
|
|
|
<div class="post-detail">
|
|
<p style=" text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
-webkit-line-clamp: 4;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
"> {{.Summary}}</p>
|
|
<div class="clearfix">
|
|
|
|
<a href="{{.Url}}"
|
|
class="more-btn">Read More</a>
|
|
</div> <!-- .clearfix -->
|
|
</div><!-- .post-detail -->
|
|
</div><!-- .post-section -->
|
|
{{end}}
|
|
|
|
|
|
|
|
<nav class="navigation pagination" aria-label="Posts">
|
|
<div style="padding-top: 10px;">
|
|
{{$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>
|
|
</nav>
|
|
</div> <!-- .left-section -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="right-sidebar" data-iceapc="68" data-iceapw="35">
|
|
|
|
{{$plen := len .PopularArticles}}
|
|
{{if ne $plen 0}}
|
|
<div id="top-posts-3" class="widget widget_top-posts" data-iceapc="19">
|
|
<h5>{{lang "popular"}}</h5>
|
|
<ul class="widgets-list-layout no-grav" data-iceapc="18">
|
|
{{range .PopularArticles}}
|
|
<li data-iceapc="1"><a href="{{.Url}}" target="_blank"
|
|
title="Surf crabbing with crab snares for beginners" class="bump-view" data-bump-view="tp">
|
|
<img
|
|
width="40" height="40"
|
|
src="{{getCover .Cover 125 75}}" alt="Cover Image" data-pin-nopin="true"
|
|
class="widgets-list-layout-blavatar"></a>
|
|
<div class="widgets-list-layout-links">
|
|
<a href="{{.Url}}" target="_blank"
|
|
title="Surf crabbing with crab snares for beginners" class="bump-view" data-bump-view="tp">Surf
|
|
crabbing with crab snares for beginners</a>
|
|
</div>
|
|
</li>
|
|
{{end}}
|
|
|
|
</ul>
|
|
</div>
|
|
{{end}}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> <!-- .container main-section -->
|
|
|
|
</div> <!-- #content -->
|
|
|
|
<div id="footer" class="footer-wrap">
|
|
|
|
<footer class="footerWraper">
|
|
<div class="container">
|
|
<p class="poweredby"> <a href="{{.AboutUrl}}">{{lang "about"}}</a> | <a href="{{.ContactUrl}}">{{lang "contact"}}</a> | <a href="{{.PolicyUrl}}">{{lang "policy"}}</a>
|
|
</p>
|
|
{{$flen := len .Friendship}}
|
|
{{if ne $flen 0}}
|
|
<p class="poweredby">
|
|
{{range .Friendship}}
|
|
|
|
<a href="{{.Url}}">{{.Name}}</a> |
|
|
{{end}}
|
|
|
|
</p>
|
|
{{end}}
|
|
|
|
<p class="copy-pgh">{{.Copyright}} </p>
|
|
</div>
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|