Welcome to mirror list, hosted at ThFree Co, Russian Federation.

posts.html « partials « layouts - github.com/zhaohuabing/hugo-theme-cleanwhite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc47dffd80eb52bf14f5d58a727499a8ee49775d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div class="container">
    <div class="row">
        <!-- USE SIDEBAR -->
        <!-- Post Container -->
   	    <div class="
            col-lg-8 col-lg-offset-1
            col-md-8 col-md-offset-1
            col-sm-12
            col-xs-12
            post-container
        ">
            {{ partial "post_list.html" . }}
            {{ partial "pagination.html" . }}
       	</div>
        {{ partial "sidebar.html" . }}
	</div>
</div>