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.
 
 
 
 

232 lines
10 KiB

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<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='robots' content='max-image-preview:large' />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<link rel="stylesheet" href="{{staticFile "/css/et-divi-customizer-global-166819440639.min.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/style.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/themarketingblender.css"}}">
</head>
<body
class="page-template-default page page-id-96 custom-background et_pb_button_helper_class et_fixed_nav et_show_nav et_hide_primary_logo et_hide_mobile_logo et_cover_background et_pb_gutter windows et_pb_gutters2 et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_fade et_pb_footer_columns1 et_header_style_left et_pb_svg_logo et_pb_pagebuilder_layout et_right_sidebar et_divi_theme et-db et_minified_js et_minified_css">
<div id="page-container">
<div id="et-main-area">
<div id="main-content">
<article id="post-96" class="post-96 page type-page status-publish hentry">
<div class="entry-content">
<div id="et-boc" class="et-boc">
<div class="et_builder_inner_content et_pb_gutters3">
<div class="et_pb_section et_pb_section_1 b-menu new-menu et_pb_with_background et_section_regular">
<div class="et_pb_row et_pb_row_0 new-menu-row">
<div class="et_pb_column et_pb_column_1_2 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough">
<div
class="et_pb_module et_pb_image et_pb_image_0 et_animated et-waypoint et_always_center_on_mobile">
<a href="{{.IndexUrl}}"><span class="et_pb_image_wrap"><img src="{{replaceImage .Logo}}"
alt="" /></span></a>
</div>
</div> <!-- .et_pb_column -->
<div
class="et_pb_column et_pb_column_1_2 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div
class="et_pb_module et_pb_blurb et_pb_blurb_0 menu-blurb et_pb_bg_layout_dark et_pb_text_align_center et_pb_blurb_position_top">
<div class="et_pb_blurb_content">
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header"><a href="{{.IndexUrl}}">{{ lang "home"}}</a></h4>
</div>
</div> <!-- .et_pb_blurb_content -->
</div> <!-- .et_pb_blurb -->
{{if .HasAbout }}
<div
class="et_pb_module et_pb_blurb et_pb_blurb_0 menu-blurb et_pb_bg_layout_dark et_pb_text_align_center et_pb_blurb_position_top">
<div class="et_pb_blurb_content">
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header"><a href="{{.AboutUrl}}">{{ lang "about"}}</a></h4>
</div>
</div> <!-- .et_pb_blurb_content -->
</div> <!-- .et_pb_blurb -->
{{end}}
{{if .HasContact }}
<div
class="et_pb_module et_pb_blurb et_pb_blurb_0 menu-blurb et_pb_bg_layout_dark et_pb_text_align_center et_pb_blurb_position_top">
<div class="et_pb_blurb_content">
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header"><a href="{{.ContactUrl}}">{{ lang "contact"}}</a></h4>
</div>
</div> <!-- .et_pb_blurb_content -->
</div> <!-- .et_pb_blurb -->
{{end}}
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row -->
</div> <!-- .et_pb_section -->
<div class="et_pb_section et_pb_section_3 blog_all_section et_section_specialty">
<div class="et_pb_row">
<div
class="et_pb_column et_pb_column_3_4 et_pb_column_3 et_pb_specialty_column et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_row_inner et_pb_row_inner_0">
<div
class="et_pb_column et_pb_column_4_4 et_pb_column_inner et_pb_column_inner_0 et-last-child">
<div class="et_pb_module et_pb_blog_0 et_pb_blog_grid_wrapper">
<div class="et_pb_blog_grid clearfix et_pb_bg_layout_light ">
<div class="et_pb_ajax_pagination_container">
<div class="et_pb_salvattore_content" data-columns>
{{ range .Articles }}
<article
class="et_pb_post clearfix et_pb_has_overlay post-3952 post type-post status-publish format-standard has-post-thumbnail hentry category-blog">
<div class="et_pb_image_container"> <a href="{{.Url}}"
class="entry-featured-image-url">
<img src="{{getCover .Cover 300 180}}" width='400' height='250' /> <span
class="et_overlay et_pb_inline_icon" data-icon="&#x3d;"></span> </a>
</div> <!-- .et_pb_image_container -->
<h2 class="entry-title"><a href="{{.Url}}">{{.Title}}</a></h2>
<div class="post-content">
<p>{{.Summary}}</p>
</div>
</article> <!-- .et_pb_post -->
{{end}}
</div><!-- .et_pb_salvattore_content -->
<div class="pagination clearfix">
{{$pulen := len .PrevUrl}}
{{ if ne $pulen 0 }}
<div class="alignleft"><a href="{{.PrevUrl}}">&laquo; {{lang "prev"}}</a>
</div>
{{ end }}
{{$nulen := len .NextUrl}}
{{ if ne $nulen 0 }}
<div class="alignright"><a href="{{.NextUrl}}">&laquo; {{lang "next"}}</a>
</div>
{{end}}
<div class="alignright"></div>
</div>
</div> <!-- .et_pb_posts -->
</div>
</div>
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row_inner -->
</div> <!-- .et_pb_column -->
<div class="et_pb_column et_pb_column_1_4 et_pb_column_4 et_pb_css_mix_blend_mode_passthrough">
<div
class="et_pb_module et_pb_sidebar_0 sidebar-blog-posts et_pb_widget_area et_pb_bg_layout_light clearfix et_pb_widget_area_right">
{{$plen := len .PopularArticles}}
{{if ne $plen 0}}
<div id="recent-posts-2" class="et_pb_widget widget_recent_entries">
<h4 class="widgettitle">{{lang "popular"}}</h4>
<ul>
{{range .PopularArticles}}
<li>
<a href="{{.Url}}">{{getCover .Cover 125 75}}</a>
</li>
{{end}}
</ul>
</div> <!-- end .et_pb_widget -->
{{end}}
</div> <!-- .et_pb_widget_area -->
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row -->
</div> <!-- .et_pb_section -->
</div>
</div>
</div> <!-- .entry-content -->
</article> <!-- .et_pb_post -->
</div> <!-- #main-content -->
<footer id="main-footer">
<div id="footer-bottom">
<div class="container clearfix">
<ul class="et-social-icons">
<li class="nav-item">
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="nav-item">
<a href="{{.AboutUrl}}">{{lang "about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="nav-item">
<a href="{{.ContactUrl}}">{{lang "contact"}}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="nav-item">
<a href="{{.PolicyUrl}}">{{lang "policy"}}</a>
</li>
{{end}}
{{$flen := len .Friendship}}
{{if ne $flen 0}}
{{range .Friendship}}
<li class="nav-item">
<a href="{{.Url}}">{{.Name}}</a>
</li>
{{end}}
{{end}}
</ul>
<div id="footer-info">{{.Copyright}} </div>
</div> <!-- .container -->
</div>
</footer> <!-- #main-footer -->
</div> <!-- #et-main-area -->
</div> <!-- #page-container -->
</body>
</html>