Align the news correctly
This commit is contained in:
parent
134faea3ef
commit
0f81282ad9
1 changed files with 2 additions and 0 deletions
|
@ -1,9 +1,11 @@
|
||||||
{{template "header.html" .S}}
|
{{template "header.html" .S}}
|
||||||
|
|
||||||
{{range .News}}
|
{{range .News}}
|
||||||
|
<div class="row">
|
||||||
<div class="offset2 span8 alert alert-info">
|
<div class="offset2 span8 alert alert-info">
|
||||||
<a href="/news/"><strong>News!</strong></a> {{.Text}}
|
<a href="/news/"><strong>News!</strong></a> {{.Text}}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
Reference in a new issue