Remove max-width from text
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<div class="justify-content-center row">
|
<div class="justify-content-center row">
|
||||||
<div class="col col-auto">
|
<div class="col col-auto">
|
||||||
<p class="text-muted" style="max-width: 100ch">{{ .Site.Copyright | markdownify }}</p>
|
<p class="text-muted">{{ .Site.Copyright | markdownify }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
{{ if or .Title .Description }}
|
{{ if or .Title .Description }}
|
||||||
<header>
|
<header>
|
||||||
<div class="row text-center justify-content-center">
|
<div class="row text-center justify-content-center">
|
||||||
<div class="col" style="max-width: 100ch">
|
<div class="col">
|
||||||
{{ if .Title }}
|
{{ if .Title }}
|
||||||
<h1 class="display-5 fw-bold">
|
<h1 class="display-5 fw-bold">
|
||||||
{{ if .Params.link }}
|
{{ if .Params.link }}
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
{{ if .Content }}
|
{{ if .Content }}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<div class="mx-auto" style="max-width: 66ch">
|
<div class="mx-auto">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
<section>
|
<section>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<div class="mx-auto text-center" style="max-width: 100ch">
|
<div class="mx-auto text-center">
|
||||||
{{ range $p.PageGroups }}
|
{{ range $p.PageGroups }}
|
||||||
<h5>{{ .Key }}</h5>
|
<h5>{{ .Key }}</h5>
|
||||||
{{ range .Pages }}
|
{{ range .Pages }}
|
||||||
|
@@ -9,23 +9,21 @@
|
|||||||
<header>
|
<header>
|
||||||
<div class="justify-content-center row">
|
<div class="justify-content-center row">
|
||||||
<div class="col col-auto text-center">
|
<div class="col col-auto text-center">
|
||||||
<div style="max-width: 100ch">
|
{{ if .Title }}
|
||||||
{{ if .Title }}
|
<h1 class="display-5 fw-bold">
|
||||||
<h1 class="display-5 fw-bold">
|
{{ if .Params.link }}
|
||||||
{{ if .Params.link }}
|
<a href="{{ .Params.link }}">{{ .Title | markdownify }}</a>
|
||||||
<a href="{{ .Params.link }}">{{ .Title | markdownify }}</a>
|
{{ else }}
|
||||||
{{ else }}
|
{{ .Title | markdownify }}
|
||||||
{{ .Title | markdownify }}
|
|
||||||
{{ end }}
|
|
||||||
</h1>
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .Description }}
|
</h1>
|
||||||
<p class="lead">{{ .Description | markdownify }}</p>
|
{{ end }}
|
||||||
{{ end }}
|
{{ if .Description }}
|
||||||
{{ if .PublishDate }}
|
<p class="lead">{{ .Description | markdownify }}</p>
|
||||||
<p class="text-muted"><time datetime="{{ .PublishDate.Format `2006-01-02` }}">{{ .PublishDate.Format "January 2, 2006" }}</time></p>
|
{{ end }}
|
||||||
{{ end }}
|
{{ if .PublishDate }}
|
||||||
</div>
|
<p class="text-muted"><time datetime="{{ .PublishDate.Format `2006-01-02` }}">{{ .PublishDate.Format "January 2, 2006" }}</time></p>
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
@@ -33,9 +31,7 @@
|
|||||||
{{ if .Content }}
|
{{ if .Content }}
|
||||||
<div class="justify-content-center row">
|
<div class="justify-content-center row">
|
||||||
<div class="col col-auto" id="content">
|
<div class="col col-auto" id="content">
|
||||||
<div style="max-width:66ch">
|
{{ .Content }}
|
||||||
{{ .Content }}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
<header>
|
<header>
|
||||||
<div class="row text-center">
|
<div class="row text-center">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h1 class="display-5 fw-bold" style="max-width: 100ch">
|
<h1 class="display-5 fw-bold">
|
||||||
{{ if .Params.link }}
|
{{ if .Params.link }}
|
||||||
<a href="{{ .Params.link }}">{{ .Title | markdownify }}</a>
|
<a href="{{ .Params.link }}">{{ .Title | markdownify }}</a>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
{{ if .Pages }}
|
{{ if .Pages }}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<div class="mx-auto text-center" style="max-width: 66ch">
|
<div class="mx-auto text-center">
|
||||||
<ul class="list-inline">
|
<ul class="list-inline">
|
||||||
{{ range (sort .Pages "Title") }}
|
{{ range (sort .Pages "Title") }}
|
||||||
<li class="list-inline-item">
|
<li class="list-inline-item">
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
<section>
|
<section>
|
||||||
<header>
|
<header>
|
||||||
<div class="row text-center justify-content-center">
|
<div class="row text-center justify-content-center">
|
||||||
<div class="col" style="max-width: 100ch">
|
<div class="col">
|
||||||
<h1 class="display-5 fw-bold">
|
<h1 class="display-5 fw-bold">
|
||||||
{{ .Title }}
|
{{ .Title }}
|
||||||
</h1>
|
</h1>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<section>
|
<section>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<div class="mx-auto text-center" style="max-width: 100ch">
|
<div class="mx-auto text-center">
|
||||||
{{ range $p.PageGroups }}
|
{{ range $p.PageGroups }}
|
||||||
<h5>{{ .Key }}</h5>
|
<h5>{{ .Key }}</h5>
|
||||||
{{ range .Pages }}
|
{{ range .Pages }}
|
||||||
|
Reference in New Issue
Block a user