Skip to content

Commit

Permalink
refs #1654 : modified - daum search issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lonniena committed Dec 23, 2014
1 parent 359a48e commit 09018ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions skin/blog/periwinkle/skin.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,29 +317,29 @@ <h4><i class="fa fa-flag-o"></i> Keyword <small><i class="fa fa-quote-left"></i>
<section class="notice pages post notice_post panel panel-default">
<header>
<hgroup class="page-header">
<h3><a href="[##_notice_rep_link_##]"><i class="fa fa-check-circle-o"></i> [##_notice_rep_title_##]</a></h3>
<h3><i class="fa fa-check-circle-o"></i><a href="[##_notice_rep_link_##]"> [##_notice_rep_title_##]</a></h3>
</hgroup>
</header>
<article>
<ul class="breadcrumb admin">
<li class="date"><span class="label label-success"><i class="fa fa-clock-o"></i> Posted</span> <time>[##_notice_rep_date_##]</time></li>
<li class="category"><span class="label label-default"><i class="glyphicon glyphicon-list"></i> Filed under</span> <a href="[##_blog_link_##]notice">Notice</a></li>
</ul>
[##_notice_rep_desc_##]
<div class="desc-content">[##_notice_rep_desc_##]</div>
</article>
</section>
</s_notice_rep>
<s_page_rep> <!-- Notice and pages section ............................................ -->
<section class="page pages post pages_post panel panel-default">
<header class="page-header">
<h3><a href="[##_page_rep_link_##]"><i class="fa fa-check-circle-o"></i> [##_page_rep_title_##]</a></h3>
<h3><i class="fa fa-check-circle-o"></i><a href="[##_page_rep_link_##]"> [##_page_rep_title_##]</a></h3>
</header>
<article>
<ul class="breadcrumb admin">
<li class="date"><i class="glyphicon glyphicon-calendar"></i> <dfn>Posted</dfn> at <time>[##_page_rep_date_##]</time></li>
<li class="author"><i class="glyphicon glyphicon-pencil"></i> <dfn>Posted</dfn> by <cite><a href="[##_article_rep_author_link_##]">[##_article_rep_author_##]</a></cite></li>
</ul>
[##_page_rep_desc_##]
<div class="desc-content">[##_page_rep_desc_##]</div>
</article>
</section>
</s_page_rep>
Expand Down Expand Up @@ -376,7 +376,7 @@ <h3><a href="[##_article_rep_link_##]"><i class="fa fa-pencil-square-o"></i> [##
<header>
<div class="page-header">
<h3>
<a href="[##_article_rep_link_##]"><i class="fa fa-pencil-square-o"></i> [##_article_rep_title_##]</a>
<i class="fa fa-pencil-square-o"></i><a href="[##_article_rep_link_##]"> [##_article_rep_title_##]</a>
</h3>
</div>
</header>
Expand All @@ -396,7 +396,7 @@ <h3>
<dd class="posted date"><span class="label label-success"><i class="fa fa-clock-o"></i> Posted</span> <time>[##_article_rep_date_##]</time></dd>
<dd class="category"><span class="label label-default"><i class="glyphicon glyphicon-list"></i> Filed under</span> <a href="[##_article_rep_category_link_##]">[##_article_rep_category_##]</a></dd>
</dl>
[##_article_rep_desc_##]
<div class="desc-content">[##_article_rep_desc_##]</div>
</article>
</section>
<section class="summary">
Expand Down

0 comments on commit 09018ab

Please sign in to comment.