removed some html/css container
This commit is contained in:
parent
222472fb78
commit
e9f341a8d9
@ -1,57 +1,10 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<!-- Post Content -->
|
<!-- Post Content -->
|
||||||
<article>
|
<article>
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<!-- Post Container -->
|
|
||||||
<div class="
|
|
||||||
col-lg-8
|
|
||||||
col-md-10
|
|
||||||
post-container">
|
|
||||||
|
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
{{ partial "comments.html" . }}
|
{{ partial "comments.html" . }}
|
||||||
|
|
||||||
</div>
|
|
||||||
<!-- Sidebar Container -->
|
|
||||||
<div class="
|
|
||||||
col-lg-8
|
|
||||||
col-md-10
|
|
||||||
sidebar-container">
|
|
||||||
|
|
||||||
<!-- Featured Tags -->
|
|
||||||
{{ if .Site.Params.featured_tags }}
|
|
||||||
<section>
|
|
||||||
<hr class="hidden-sm hidden-xs">
|
|
||||||
<h5><a href="/tags/">FEATURED TAGS</a></h5>
|
|
||||||
<div class="tags">
|
|
||||||
{{ $featured_condition_size := .Site.Params.featured_condition_size }}
|
|
||||||
{{ range $name, $taxonomy := .Site.Taxonomies.tags }}
|
|
||||||
{{ if gt (len $taxonomy.Pages) $featured_condition_size }}
|
|
||||||
<a href="{{ "/tags/" | relLangURL }}{{ $name | urlize }}" title="{{ $name }}">
|
|
||||||
{{ $name }}
|
|
||||||
</a>
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
<!-- Friends Blog -->
|
|
||||||
{{ if .Site.Params.friends }}
|
|
||||||
<section>
|
|
||||||
<hr>
|
|
||||||
<h5>FRIENDS</h5>
|
|
||||||
<ul class="list-inline">
|
|
||||||
{{ range .Site.Params.friend_link }}
|
|
||||||
<li><a target="_blank" href="{{.href}}">{{.title}}</a></li>
|
|
||||||
{{ end }}
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
{{ end }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user