|
|
@ -48,7 +48,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</nav> |
|
|
</nav> |
|
|
<aside class="widget widget_meta"> |
|
|
<aside class="widget widget_meta"> |
|
|
<h2 class="widget-title">About</h2> |
|
|
|
|
|
|
|
|
<h2 class="widget-title"><?php echo i18n("About");?></h2>
|
|
|
<p><?php echo blog_description() ?></p>
|
|
|
<p><?php echo blog_description() ?></p>
|
|
|
</aside> |
|
|
</aside> |
|
|
<nav id="social-navigation" class="social-navigation" role="navigation"> |
|
|
<nav id="social-navigation" class="social-navigation" role="navigation"> |
|
|
@ -76,23 +76,23 @@ |
|
|
<form><input type="search" name="search" class="form-control" placeholder="Type to search"></form> |
|
|
<form><input type="search" name="search" class="form-control" placeholder="Type to search"></form> |
|
|
</aside> |
|
|
</aside> |
|
|
<aside class="widget widget_meta"> |
|
|
<aside class="widget widget_meta"> |
|
|
<h2 class="widget-title">Recent Posts</h2> |
|
|
|
|
|
|
|
|
<h2 class="widget-title"><?php echo i18n("Recent_posts");?></h2>
|
|
|
<?php echo recent_posts() ?>
|
|
|
<?php echo recent_posts() ?>
|
|
|
</aside> |
|
|
</aside> |
|
|
<?php if (config('views.counter') === 'true') :?>
|
|
|
<?php if (config('views.counter') === 'true') :?>
|
|
|
<aside class="widget widget_meta"> |
|
|
<aside class="widget widget_meta"> |
|
|
<h2 class="widget-title">Popular Posts</h2> |
|
|
|
|
|
|
|
|
<h2 class="widget-title"><?php echo i18n("Popular_posts");?></h2>
|
|
|
<?php echo popular_posts() ?>
|
|
|
<?php echo popular_posts() ?>
|
|
|
</aside> |
|
|
</aside> |
|
|
<?php endif;?>
|
|
|
<?php endif;?>
|
|
|
<?php if (disqus()): ?>
|
|
|
<?php if (disqus()): ?>
|
|
|
<aside class="widget widget_meta"> |
|
|
<aside class="widget widget_meta"> |
|
|
<h2 class="widget-title">Recent Comments</h2> |
|
|
|
|
|
|
|
|
<h2 class="widget-title"><?php echo i18n("Recent_comments");?></h2>
|
|
|
<script src="//<?php echo config('disqus.shortname');?>.disqus.com/recent_comments_widget.js?num_items=5&hide_avatars=0&avatar_size=48&excerpt_length=200&hide_mods=0" type="text/javascript"></script><style>li.dsq-widget-item {padding-top:15px;} img.dsq-widget-avatar {margin-right:5px;}</style> |
|
|
<script src="//<?php echo config('disqus.shortname');?>.disqus.com/recent_comments_widget.js?num_items=5&hide_avatars=0&avatar_size=48&excerpt_length=200&hide_mods=0" type="text/javascript"></script><style>li.dsq-widget-item {padding-top:15px;} img.dsq-widget-avatar {margin-right:5px;}</style> |
|
|
</aside> |
|
|
</aside> |
|
|
<?php endif;?>
|
|
|
<?php endif;?>
|
|
|
<aside class="widget widget_meta"> |
|
|
<aside class="widget widget_meta"> |
|
|
<h2 class="widget-title">Archive</h2> |
|
|
|
|
|
|
|
|
<h2 class="widget-title"><?php echo i18n("Archive");?></h2>
|
|
|
<?php echo archive_list() ?>
|
|
|
<?php echo archive_list() ?>
|
|
|
</aside> |
|
|
</aside> |
|
|
<aside class="widget widget_meta"> |
|
|
<aside class="widget widget_meta"> |
|
|
@ -100,7 +100,7 @@ |
|
|
<?php echo category_list() ?>
|
|
|
<?php echo category_list() ?>
|
|
|
</aside> |
|
|
</aside> |
|
|
<aside class="widget widget_meta"> |
|
|
<aside class="widget widget_meta"> |
|
|
<h2 class="widget-title">Popular Tags</h2> |
|
|
|
|
|
|
|
|
<h2 class="widget-title"><?php echo i18n("Popular_tags");?></h2>
|
|
|
<?php $i = 1; $tags = tag_cloud(true); arsort($tags); ?>
|
|
|
<?php $i = 1; $tags = tag_cloud(true); arsort($tags); ?>
|
|
|
<ul> |
|
|
<ul> |
|
|
<?php foreach ($tags as $tag => $count):?>
|
|
|
<?php foreach ($tags as $tag => $count):?>
|
|
|
|