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.
 
 
 
 

249 lines
9.5 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"}}">
<style>
.et-waypoint {
opacity: 1 !important;
}
.et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post {
opacity: 1 !important;
}
.et_pb_bg_layout_dark h4 {
color: #333 !important;
}
</style>
</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_2 et_section_specialty">
<div class="et_pb_row">
<div
class="et_pb_column et_pb_column_3_4 et_pb_column_2 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_text et_pb_text_0 squeeze-bodyarea et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h1 style="text-align: left;">{{.Title}}</h1>
<img width="100%" 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 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> <!-- .et_pb_text -->
</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>
</article> <!-- .et_pb_post -->
</div> <!-- #left-area -->
</div> <!-- #content-area -->
<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> <!-- #page-container -->
</body>
</html>