Added tag styling like beautifuljekyll
This commit is contained in:
parent
d1fe069d6c
commit
9e3bc16498
4 changed files with 25 additions and 8 deletions
|
|
@ -4,6 +4,15 @@
|
|||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
<article role="main" class="blog-post">
|
||||
{{ .Content }}
|
||||
|
||||
{{ if .Params.tags }}
|
||||
<div class="blog-tags">
|
||||
{{ range .Params.tags }}
|
||||
<a href="{{ $.Site.LanguagePrefix | absURL }}/tags/{{ . | urlize }}/">{{ . }}</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.socialShare }}
|
||||
<hr/>
|
||||
<section id="social-share">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue