mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 13:53:48 +01:00
justify index
This commit is contained in:
parent
283f231309
commit
7ad27a0a26
@ -1,5 +1,8 @@
|
||||
baseURL = "localhost:8080"
|
||||
canonifyurls = true
|
||||
|
||||
languageCode = "en-us"
|
||||
metaDataFormat = "yaml"
|
||||
DateForm = "12-30-2006"
|
||||
title = "QUEST: a database of highly-accurate excitation energies"
|
||||
DefaultContentLanguage = "en"
|
||||
|
13
layouts/index.html
Normal file
13
layouts/index.html
Normal file
@ -0,0 +1,13 @@
|
||||
{{ define "main" }}
|
||||
<div role="main" class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
{{ with .Content }}
|
||||
<div class="well" align="justify">
|
||||
{{.}}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
Loading…
Reference in New Issue
Block a user