Skip to content

Instantly share code, notes, and snippets.

@mersy
Last active December 24, 2015 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mersy/2676be477cd4c3c4798f to your computer and use it in GitHub Desktop.
Save mersy/2676be477cd4c3c4798f to your computer and use it in GitHub Desktop.
<mt:Unless name="compress" compress="2">
<mt:Ignore>
==================================================
Template Name : index_top
Template Type : index / website
Required Vars : meta_title
==================================================
</mt:Ignore>
<mt:SetVars>
meta_title=<mt:WebsiteName>
og_type=blog
og_url=<mt:WebsiteURL>
og_image=/common/images/common/logo.png
og_description=<mt:WebsiteDescription remove_html="1" regex_replace="/\n/","">
</mt:SetVars>
<mt:Include module="config">
<mt:Include module="mod_html_head">
<body id="topPage" class="headerBg">
<mt:Include module="mod_googletagmanager">
<div class="wrapper">
<mt:Include module="mod_header_top">
<mt:Include module="mod_search">
<div class="profileBlock">
<div class="description"><p><mt:WebsiteDescription></p></div>
<div class="prof">
<div class="profPic"><img src="/common/images/common/makanai_sato_prof.png" alt="佐藤さん"></div>
<div class="profTxt">
<div class="profTitle">佐藤さんのプロフィール</div>
<dl>
<dt>佐藤さん</dt>
<dd>シックス・アパート株式会社勤務。シェフではなくエンジニア。弁当男子社員として、NHK「サラメシ」で取り上げられた経験を持つ、社内一の料理男子。まかないごはんのために、「ごはん」を美味しく食べられるメニューを日々研究中。愛読誌は『dancyu』。</dd>
</dl>
</div>
</div>
</div>
<h3 class="h3_title">新着一覧</h3>
<div id="entries" class="listWrapper">
<mt:Entries lastn="$limit_count">
<div class="list">
<mt:Unless name="compress" compress="3">
<div class="thum">
<a href="<mt:EntryPermalink>">
<mt:ImgThumbnailAsset>
<img src="<mt:AssetThumbnailURL width="220" square="1">" alt="">
</mt:ImgThumbnailAsset>
<div class="listDescription">
<span class="listDescriptionTxt"><mt:EntryTitle escape="html"></span>
</div>
</a>
</div>
</mt:Unless>
<mt:EntryPrimaryCategory><p class="listCategory<mt:If tag="CategoryColor"> <mt:CategoryColor></mt:If>"><a href="/<mt:CategoryBasename />/"><mt:CategoryLabel></a></p></mt:EntryPrimaryCategory>
</div>
</mt:Entries>
<div id="loadingImg" class="loding" style="display:none;"><img src="<mt:Var name="website_url">common/images/common/loding.gif" alt=""></div>
</div>
</div>
<mt:Include module="mod_script" data_api="1" top="1">
</body>
</html></mt:Unless>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment