adding automatic.css
This commit is contained in:
@@ -3,13 +3,16 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Your short site description (for SEO)">
|
||||
<meta name="description" content="Mieux voir la structure des Psaumes pour mieux les comprendre et pour mieux les chanter">
|
||||
|
||||
<title>Comprendre et chanter les Psaumes</title>
|
||||
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<link rel="stylesheet" href="css/automatic.css">
|
||||
<link rel="stylesheet" href="css/psalm.css">
|
||||
|
||||
<!--
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||
-->
|
||||
</head>
|
||||
<body>{{template "content" .}} </body>
|
||||
</html>
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
<section class="psalm">
|
||||
<div class="psalm__inner">
|
||||
<ul class="psalm__strophs">
|
||||
{{range .Strophes}}
|
||||
{{range .}}
|
||||
<li class="psalm__strophe" data-who="{{.Who}}" data-to="{{.To}}" data-of="{{.Of}}">
|
||||
{{range .Lines}}
|
||||
{{range .Colas}}
|
||||
<ul class="psalm__lines">
|
||||
{{range .}}
|
||||
<li class="line" data-verse="{{.Number}}">{{.Text}}</li>
|
||||
<li class="line" data-verse="{{.Verse}}">{{.Text}}</li>
|
||||
{{end}}
|
||||
</ul>
|
||||
{{end}}
|
||||
|
||||
Reference in New Issue
Block a user