10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-22 18:57:38 +02:00

justify index

This commit is contained in:
Pierre-Francois Loos 2020-09-11 14:09:44 +02:00
parent 283f231309
commit 7ad27a0a26
2 changed files with 16 additions and 0 deletions

View File

@ -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
View 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 }}