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.
 
 
 
 

383 lines
26 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>
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/styles.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/bootstrap.min.css"}}" />
<style>
@media screen and (max-width:1024px) {
.elementor-col-33{
justify-content: center;
}
.block-title{
text-align: center;
}
.d-flex{
text-align: center;
}
.elementor-section{
width: auto !important;
}
.d-flex a{
width: 100%;
margin-right: 5px;
}
.d-flex{
flex-wrap: wrap;
justify-content: center;
}
}
.d-flex{
margin: 20px 0;
}
.d-flex a{
width: 40%;
margin-right: 5px;
}
.content{
width: 60%;
}
.content .title{
font-size: 12px;
}
.info{
font-size: 12px;
}
</style>
</head>
<body
class="blog wp-custom-logo wp-schema-pro-2.7.3 elementor-default elementor-template-full-width elementor-kit-4877 elementor-page-5726">
<div data-elementor-type="header" data-elementor-id="4878"
class="elementor elementor-4878 elementor-location-header">
<header
class="elementor-section elementor-top-section elementor-element elementor-element-a551c25 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default"
data-id="a551c25" data-element_type="section"
data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f3b76d1"
data-id="f3b76d1" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<section
class="elementor-section elementor-inner-section elementor-element elementor-element-a09591e elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default"
data-id="a09591e" data-element_type="section"
data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-90f2518"
data-id="90f2518" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-73b175e elementor-widget elementor-widget-theme-site-logo elementor-widget-image"
data-id="73b175e" data-element_type="widget"
data-widget_type="theme-site-logo.default">
<div class="elementor-widget-container">
<a href="{{.IndexUrl}}">
<img width="508" height="90"
src="{{replaceImage .Logo}}"
class="attachment-full size-full"
sizes="(max-width: 508px) 100vw, 508px" /> </a>
</div>
</div>
</div>
</div>
</div>
</section>
<section style="background-color: #fff;"
class="elementor-section elementor-inner-section elementor-element elementor-element-6d55da0 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default"
data-id="6d55da0" data-element_type="section"
data-settings="{&quot;sticky&quot;:&quot;top&quot;,&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-58fa48f"
data-id="58fa48f" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-9595d7e elementor-nav-menu__align-center elementor-nav-menu--dropdown-mobile elementor-nav-menu--stretch elementor-widget-mobile__width-auto elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu"
data-id="9595d7e" data-element_type="widget"
data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}"
data-widget_type="nav-menu.default">
<div class="elementor-widget-container">
<nav migration_allowed="1" migrated="0" role="navigation"
class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade">
<ul id="menu-1-9595d7e" class="elementor-nav-menu">
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-63">
<a href="{{.IndexUrl}}"
class="elementor-item">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-63">
<a href="{{.AboutUrl}}"
class="elementor-item">{{ lang "about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-63">
<a href="{{.ContactUrl}}"
class="elementor-item">{{ lang "contact"}}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-63">
<a href="{{.PolicyUrl}}"
class="elementor-item">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
</nav>
<div class="elementor-menu-toggle" role="button" tabindex="0"
aria-label="Menu Toggle" aria-expanded="false">
<i aria-hidden="true" role="presentation"
class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i
aria-hidden="true" role="presentation"
class="elementor-menu-toggle__icon--close eicon-close"></i>
<span class="elementor-screen-only">Menu</span>
</div>
<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container"
role="navigation" aria-hidden="true">
</nav>
</div>
</div>
<div class="elementor-element elementor-element-e73e4e3 elementor-align-right elementor-widget-mobile__width-auto elementor-hidden-desktop elementor-hidden-tablet elementor-widget__width-auto elementor-widget elementor-widget-button"
data-id="e73e4e3" data-element_type="widget"
data-widget_type="button.default">
<div class="elementor-widget-container">
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</header>
</div>
<div id="content" class="hideElement"></div>
<main data-elementor-type="archive" data-elementor-id="5726"
class="elementor elementor-5726 elementor-location-archive">
<section
style="margin: auto;width: 1068px;padding: 0 20px;"
class="elementor-section elementor-top-section elementor-element elementor-element-370a023a elementor-reverse-mobile elementor-reverse-tablet elementor-section-boxed elementor-section-height-default elementor-section-height-default"
data-id="370a023a" data-element_type="section">
<div id="breadcrumb">
<a href="{{.IndexUrl}}">{{lang "home"}}</a>
<a href="#">{{.Title}}</a>
</div>
<div id="article-head">
<h1 id="title">{{.Title}}</h1>
<div>
<span>{{timeFormat .PublishTime}}</span>
<span> / </span>
<span>{{.Views}} {{lang "views"}}</span>
</div>
</div>
<div class="d-lg-flex">
<div id="article-container" class="col-lg-8 col-md-12">
<!-- article content start -->
<!-- span class="link"
section="shortcodeLink"><a
href="/tech/mobile/the-next-iphone-moment-will-arrive-eventually-hurry-up-already/">the
iPhone</a></span> -->
<article id="article">
<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>
<!-- 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 id="article-popular-recommend" class="col-lg-4 col-md-12">
{{$plen := len .PopularArticles}}
{{if ne $plen 0}}
<div class="block-title">
<div class="text">{{lang "popular"}}</div>
</div>
<div id="article-popular">
<!-- popular article list start -->
{{range .PopularArticles}}
<div class="article d-flex">
<a href="{{.Url}}" target="_blank">
<img class="image" src="{{getCover .Cover 125 75}}" alt="Cover Image" />
</a>
<div class="content">
<a class="title" href="{{.Url}}" target="_blank">{{.Title}}</a>
<div class="info">
<span>{{timeFormat .PublishTime}}</span>
/
<span>{{.Views}} {{lang "views"}}</span>
</div>
</div>
</div>
{{end}}
<!-- popular article list end -->
</div>
{{end}}
{{$rlen := len .RecommendArticles}}
{{if ne $rlen 0}}
<div class="block-title">
<div class="text">{{lang "recommend"}}</div>
</div>
<div id="article-recommend">
<!-- recommend article list start -->
{{range .RecommendArticles}}
<div class="article d-flex">
<a href="{{.Url}}" target="_blank">
<img class="image" src="{{getCover .Cover 125 75}}" alt="Cover Image" />
</a>
<div class="content">
<a class="title" href="{{.Url}}" target="_blank">{{.Title}}</a>
<div class="info">
<span>{{timeFormat .PublishTime}}</span>
/
<span>{{.Views}} {{lang "views"}}</span>
</div>
</div>
</div>
{{end}}
<!-- recommend article list end -->
</div>
{{end}}
</div>
</div>
</section>
</main>
<div data-elementor-type="footer" data-elementor-id="4904"
class="elementor elementor-4904 elementor-location-footer">
<footer
data-dce-background-overlay-image-url="https://mk0fesfloridaey1oixh.kinstacdn.com/wp-content/uploads/poly.png"
class="elementor-section elementor-top-section elementor-element elementor-element-81f3e8c elementor-section-boxed elementor-section-height-default elementor-section-height-default"
data-id="81f3e8c" data-element_type="section"
data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
<div class="elementor-background-overlay"></div>
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-76e5582"
data-id="76e5582" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<section
class="elementor-section elementor-inner-section elementor-element elementor-element-985dcbc underlineLinks elementor-section-boxed elementor-section-height-default elementor-section-height-default"
data-id="985dcbc" data-element_type="section">
</section>
<div class="elementor-element elementor-element-77816c5 elementor-hidden-desktop elementor-widget-divider--view-line elementor-widget elementor-widget-divider"
data-id="77816c5" data-element_type="widget" data-widget_type="divider.default">
<div class="elementor-widget-container">
<div class="elementor-divider">
<span class="elementor-divider-separator">
</span>
</div>
</div>
</div>
<section
class="elementor-section elementor-inner-section elementor-element elementor-element-aba66ef elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default"
data-id="aba66ef" data-element_type="section">
<div class="elementor-container elementor-column-gap-default"
style="justify-content: center;">
<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2b11ec3"
data-id="2b11ec3" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-b34833e elementor-nav-menu__align-center elementor-nav-menu--dropdown-none underlineLinks elementor-widget elementor-widget-nav-menu"
data-id="b34833e" data-element_type="widget"
data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}"
data-widget_type="nav-menu.default">
<div class="elementor-widget-container">
<nav migration_allowed="1" migrated="0" role="navigation"
class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
<ul id="menu-1-b34833e" class="elementor-nav-menu">
{{if .HasAbout }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4932">
<a href="{{.AboutUrl}}"
class="elementor-item">{{lang "about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4932">
<a href="{{.ContactUrl}}"
class="elementor-item">{{lang "contact"}}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4932">
<a href="{{.PolicyUrl}}"
class="elementor-item">{{lang "policy"}}</a>
</li>
{{end}}
</ul>
</nav>
<div class="elementor-menu-toggle" role="button" tabindex="0"
aria-label="Menu Toggle" aria-expanded="false">
<i aria-hidden="true" role="presentation"
class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i
aria-hidden="true" role="presentation"
class="elementor-menu-toggle__icon--close eicon-close"></i>
<span class="elementor-screen-only">Menu</span>
</div>
<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container"
role="navigation" aria-hidden="true">
</nav>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</footer>
</div>
<script src="{{staticFile "/js/styles.js"}}"></script>
<script id='elementor-frontend-js-before'>
var elementorFrontendConfig = { "environmentMode": { "edit": false, "wpPreview": false, "isScriptDebug": false }, "i18n": { "shareOnFacebook": "Share on Facebook", "shareOnTwitter": "Share on Twitter", "pinIt": "Pin it", "download": "Download", "downloadImage": "Download image", "fullscreen": "Fullscreen", "zoom": "Zoom", "share": "Share", "playVideo": "Play Video", "previous": "Previous", "next": "Next", "close": "Close" }, "is_rtl": false, "breakpoints": { "xs": 0, "sm": 480, "md": 768, "lg": 1025, "xl": 1440, "xxl": 1600 }, "responsive": { "breakpoints": { "mobile": { "label": "Mobile", "value": 767, "default_value": 767, "direction": "max", "is_enabled": true }, "mobile_extra": { "label": "Mobile Extra", "value": 880, "default_value": 880, "direction": "max", "is_enabled": false }, "tablet": { "label": "Tablet", "value": 1024, "default_value": 1024, "direction": "max", "is_enabled": true }, "tablet_extra": { "label": "Tablet Extra", "value": 1200, "default_value": 1200, "direction": "max", "is_enabled": false }, "laptop": { "label": "Laptop", "value": 1366, "default_value": 1366, "direction": "max", "is_enabled": false }, "widescreen": { "label": "Widescreen", "value": 2400, "default_value": 2400, "direction": "min", "is_enabled": false } } }, "version": "3.7.8", "is_static": false, "experimentalFeatures": { "e_dom_optimization": true, "e_optimized_assets_loading": true, "a11y_improvements": true, "e_import_export": true, "e_hidden_wordpress_widgets": true, "theme_builder_v2": true, "landing-pages": true, "elements-color-picker": true, "favorite-widgets": true, "admin-top-bar": true, "page-transitions": true, "notes": true, "e_scroll_snap": true }, "urls": { "assets": "https:\/\/www.floridaeyespecialists.com\/wp-content\/plugins\/elementor\/assets\/" }, "settings": { "editorPreferences": [], "dynamicooo": [] }, "kit": { "active_breakpoints": ["viewport_mobile", "viewport_tablet"], "global_image_lightbox": "yes", "lightbox_enable_counter": "yes", "lightbox_enable_fullscreen": "yes", "lightbox_enable_zoom": "yes", "lightbox_enable_share": "yes", "lightbox_title_src": "title", "lightbox_description_src": "description" }, "post": { "id": 0, "title": "Blog | Florida Eye Specialists", "excerpt": "" } };
</script>
</body>
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->