change in css file

This commit is contained in:
gurusabarish
2020-08-18 13:03:32 +05:30
parent bf5d3b5db4
commit 4b68507a03
9 changed files with 61 additions and 54 deletions
+9 -5
View File
@@ -10,11 +10,15 @@
</head>
<body>
<div class="container col-md-6 col-md-offset-3">
<h1>{{.Title}}</h1>
<div>{{ dateFormat "Monday, Jan 2, 2006" .Date }}</div>
<div>{{if .Params.author}}Author: {{.Params.Author}}{{end}}</div>
<div>{{.Content}}</div>
<div class="container">
<div class="row justify-content-md-center">
<div class="col-md-7 col-md-offset-3">
<h1>{{.Title}}</h1>
<div>{{ dateFormat "Monday, Jan 2, 2006" .Date }}</div>
<div>{{if .Params.author}}Author: {{.Params.Author}}{{end}}</div>
<div>{{.Content}}</div>
</div>
</div>
</div>
</body>