forked from cccb-website-team/www
reformat html end tags
This commit is contained in:
parent
dcb6dc94fc
commit
f80ce7c40a
2 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
|||
<ul class="list-inline footer-links">
|
||||
{{ partial "share-links" . }}
|
||||
</ul><!--/.social-share-->
|
||||
</section><!--/.list-inline /.footer-links-->
|
||||
</section><!--/.list-inline .footer-links-->
|
||||
{{ end }}
|
||||
</article><!--/.blog-post-->
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
|||
<a href="{{ .NextInSection.Permalink }}" data-toggle="tooltip" data-placement="top" title="{{ .NextInSection.Title }}">{{ i18n "nextPost" }} →</a>
|
||||
</li><!--/.next-->
|
||||
{{ end }}
|
||||
</ul><!--/.pager /.blog-pager-->
|
||||
</ul><!--/.pager .blog-pager-->
|
||||
{{ end }}
|
||||
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
|||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
</div><!--/.col-lg-8 /.col-lg-offset-2 /.col-md-10 /.col-md-offset-1-->
|
||||
</div><!--/.col-lg-8 .col-lg-offset-2 .col-md-10 .col-md-offset-1-->
|
||||
</div><!--/.row-->
|
||||
</div><!--/.container-->
|
||||
{{ end }}
|
||||
|
|
Reference in a new issue