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.
 
 
 
 
cms_templates/mrmr/index.html

157 lines
7.2 KiB

<!DOCTYPE html>
<html lang="en-US">
<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/index.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/c7hqw.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/c8hqw.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "css/bootstrap.min.css"}}" />
</head>
<body
class="page-template page-template-template-blog page-template-template-blog-php page page-id-26 unknown alt-style-default layout-left-content">
<div class="wrapper">
<header id="header" class="page-header col-full">
<a href="{{.IndexUrl}}" class="logo"><img src="{{replaceImage .Logo}}" alt="logo"
style="margin: 0 20px;height: 60px;" /></a>
</header><!-- /#header -->
</div>
<!--/.wrapper-->
<nav id="navigation" class="col-full" role="navigation">
<div class="main-nav-inner">
<ul id="main-nav" class="nav">
<li class="current-menu-item menu-item menu-item-type-custom menu-item-object-custom">
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="menu-item menu-item-type-custom menu-item-object-custom">
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="menu-item menu-item-type-custom menu-item-object-custom">
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="menu-item menu-item-type-custom menu-item-object-custom">
<a class="nav-link" href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
</div>
<!--/.main-nav-inner-->
</nav><!-- /#navigation -->
<div class="wrapper">
<!-- #content Starts -->
<div id="content" class="col-full">
{{ range .Articles }}
<article
class="post-7697 post type-post status-publish format-standard has-post-thumbnail hentry category-tips">
<a href="{{.Url}}" title="Mosquito Control Summer Checklist"><img src="{{getCover .Cover}}"
alt="The Best Mosquito Repellent for a Yard" width="100" height="100"
class="woo-image thumbnail alignleft" /></a>
<header>
<h1><a href="{{.Url}}" rel="bookmark" title="Mosquito Control Summer Checklist" style="
overflow: hidden; text-overflow: ellipsis;
display:-webkit-box; -webkit-box-orient:vertical;
-webkit-line-clamp:2;">{{.Title}}</a></h1>
<aside class="post-meta">
<ul>
<li class="post-date">
<span>{{timeFormat .PublishTime}}</span>
</li>
</ul>
</aside>
</header>
<section class="entry">
<p style="
overflow: hidden; text-overflow: ellipsis;
display:-webkit-box; -webkit-box-orient:vertical;
-webkit-line-clamp:4;">{{.Summary}}</p>
</section>
<footer class="post-more">
<span class="read-more"><a href="{{.Url}}">{{.Views}} {{lang "views"}}</a></span>
</footer>
</article>
{{end}}
</div><!-- /#content -->
</div><!-- /.wrapper -->
<div class="wrapper">
<section id="footer-widgets" class="fix">
<div class="fullwidth-widgets">
</div>
<!--/.fullwidth-widgets-->
<hr />
{{$flen := len .Friendship}}
{{if ne $flen 0}}
<div class="block footer-widget-1">
<div id="woo_subscribe-3" class="widget widget_woo_subscribe">
<aside id="connect" class="fix">
<h3>{{lang "friendship"}}</h3>
<div>
<div class="social fr">
{{range .Friendship}}
<a target="_blank" href="{{.Url}}" class="twitter"
title="Twitter">{{.Name}}</a>
{{end}}
</div>
</div><!-- col-left -->
</aside>
</div>
</div>
{{end}}
<div class="block footer-widget-4">
<div id="nav_menu-2" class="widget widget_nav_menu">
<h3>{{lang "related"}}</h3>
<div class="menu-footer-container">
<ul id="menu-footer" class="menu">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7318">
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7318">
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7318">
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7318">
<a class="nav-link" href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
</div>
</div>
</div>
</section><!-- /#footer-widgets -->
</div><!-- /.wrapper -->
<footer id="footer" class="col-full">
<div class="footer-inner">
<div id="copyright" class="col-left">
<p>{{.Copyright}}</p>
</div>
<div id="credit" class="col-right">
</div>
</div>
<!--/.footer-inner-->
</footer><!-- /#footer -->
</body>
</html><!-- WP Fastest Cache file was created in 0.19041895866394 seconds, on 15-07-22 14:32:57 -->
<!-- via php -->