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.
 
 
 
 

256 lines
14 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/styles.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/styles2.css"}}" />
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
</head>
<body
class="page-template page-template-page-templates page-template-blog-grid page-template-page-templatesblog-grid-php page page-id-855 wp-embed-responsive sfsi_actvite_theme_default hb-stretched-layout hb-preloader highend-prettyphoto wpb-js-composer js-comp-ver-6.10.0 vc_responsive">
<div id="hb-wrap">
<div id="main-wrapper" class="hb-stretched-layout fw-100 nav-type-1">
<header id="hb-header">
<!-- BEGIN #header-inner -->
<div id="header-inner" class="nav-type-1 sticky-nav" role="banner" itemscope="itemscope">
<!-- BEGIN #header-inner-bg -->
<div id="header-inner-bg">
<div class="container-wide">
<div id="logo">
<div class="hb-dark-logo hb-logo-wrap hb-visible-logo"><a
href="{{.IndexUrl}}"><img
src="{{replaceImage .Logo}}"
class="default" /></a></div>
</div>
<nav class="main-navigation minimal-skin hb-effect-7 light-menu-dropdown"
role="navigation" itemscope="itemscope"
itemtype="https://schema.org/SiteNavigationElement">
<ul id="main-nav" class="sf-menu">
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-3961">
<a href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-5841">
<a href="{{.AboutUrl}}">{{ lang "about" }}</a>
</li>
{{end}}
{{if .HasContact }}
<li
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8459">
<a href="{{.ContactUrl}}">{{ lang "contact" }}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7281">
<a href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
</nav>
</div><!-- END .container or .container-wide -->
</div><!-- END #header-inner-bg -->
</div><!-- END #header-inner -->
</header>
<div id="main-content">
<div class="container">
<div class="row main-row right-sidebar">
<div id="page-855" class="post-855 page type-page status-publish has-post-thumbnail hentry">
<div class="hb-main-content col-9 hb-equal-col-height">
<div id="hb-blog-posts" class="clearfix hb-blog-grid grid-columns-3">
{{ range .Articles }}
<article id="post-10166"
class="post-10166 post type-post status-publish format-standard has-post-thumbnail hentry category-acupuncture category-ankle-foot category-crossfit category-elbow-hand category-fitness-performance-training category-health-wellness category-hip-back-core category-injury-prevention category-knee category-massage-therapy category-neck category-physical-therapy category-recovery-techniques category-running category-shoulder category-warm-up-mobility category-youth-athletes tag-40-and-fit tag-adult-fitness tag-athletic-shoes tag-blood-flow-restriction-training tag-caffeine tag-chula-vista tag-core-stability tag-custom-insoles tag-custom-orthotics tag-diastisis-recti tag-elderly-fitness tag-elderly-strength-training tag-exercise tag-exercise-science tag-fitness-training tag-forty-and-fit tag-fsa tag-general-exercise tag-health tag-health-and-wellness tag-hsa tag-hypertrophy-training tag-incontinence tag-insoles tag-lifestyle-fitness tag-low-back-pain tag-low-back-pain-therapy-near-me tag-massage tag-massage-therapist tag-massage-therapist-near-me tag-massage-therapy tag-money tag-nutrition tag-olympic-weightlifting tag-orthotics tag-pain-relief tag-pain-relief-near-me tag-pelvic-floor tag-pelvic-floor-pain tag-performance-training tag-personal-trainer tag-personal-training tag-physical-therapist-near-me tag-physical-therapy tag-power tag-power-lifting tag-powerlifting tag-pre-workout tag-running tag-running-analysis tag-running-pain tag-running-progression tag-running-shoes tag-san-diego tag-savings tag-sleep tag-sports-performance tag-sports-training tag-stability tag-staying-fit-after-40 tag-staying-fit-after-50 tag-staying-fit-at-home tag-staying-strong-after-50 tag-strength-and-conditioning tag-strength-training tag-strengthening tag-stretching tag-training tag-unilateral-training tag-weight-lifting tag-weight-loss tag-weight-training tag-weightlifting tag-wellness tag-youth-training">
<div class="featured-image item-has-overlay">
<a
href="{{.Url}}">
<img src="{{getCover .Cover 300 180}}"
alt="Cover Image"
width="900" height="500" class="featured_image_thumb" />
<div class="item-overlay-text">
<div class="item-overlay-text-wrap">
<span class="plus-sign"></span>
</div>
</div>
</a>
</div>
<div class="post-content">
<!-- Post Header -->
<div class="post-header">
<!-- Title -->
<h2 class="title" itemprop="headline"><a
href="{{.Url}}">{{.Title}}</a></h2>
<!-- Post Meta -->
<div class="post-meta-info">
<!-- Post Date -->
<time class="date-container minor-meta updated">{{timeFormat .PublishTime}}</time>
</div>
</div><!-- END .post-header -->
<div class="hb-post-excerpt">
<div class="excerpt">
<p>{{.Summary}}</p>
</div>
</div>
</div><!-- END .post-content -->
</article>
{{end}}
</div><!-- END #hb-blog-posts -->
<div class="clear"></div>
<div class="pagination">
<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><!-- END .hb-main-content -->
<div class="hb-sidebar col-3 hb-equal-col-height">
{{$plen := len .PopularArticles}}
{{if ne $plen 0}}
<div id="categories-6" class="widget-item widget_categories">
<h4 class="widget-title">{{lang "popular"}}</h4>
<ul>
{{range .PopularArticles}}
<li class="cat-item cat-item-267"><a
href="{{.Url}}">{{.Title}}</a>
</li>
{{end}}
</ul>
</div>
{{end}}
</div><!-- END .hb-sidebar -->
</div>
</div><!-- END .row -->
</div><!-- END .container -->
</div><!-- END #main-content -->
<footer id="footer" class="dark-style">
<div class="container">
<div class="row footer-row">
<div class="col-4 widget-column">
<div id="custom_html-2" class="widget_text widget-item widget_custom_html">
<div class="textwidget custom-html-widget">
<img src="{{replaceImage .Logo}}" alt="">
</div>
</div>
</div>
<div class="col-4 widget-column">
<div id="hb_contact_info_widget-4" class="widget-item hb_contact_info_widget">
<h4>{{lang "related"}}</h4>
<ul>
{{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>
</div>
{{$flen := len .Friendship}}
{{if ne $flen 0}}
<div class="col-4 widget-column">
<div id="text-4" class="widget-item widget_text">
<h4>{{lang "friendship"}}</h4>
<div class="textwidget">
{{range .Friendship}}
<p><a href="{{.Url}}">{{.Name}}</a></p>
{{end}}
</div>
</div>
</div>
{{end}}
</div>
</div>
</footer>
<div id="copyright-wrapper" class="simple-copyright clearfix">
<div class="container">
<div id="copyright-text">
<p>{{.Copyright}}</p>
</div><!-- END #copyright-text -->
</div><!-- END .container -->
</div><!-- END #copyright-wrapper -->
</div><!-- END #main-wrapper -->
</div>
</body>
</html>