diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 45e9483..ca02383 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -6,20 +6,16 @@ {{ else }}

{{ .Title }}

{{ end }} -
- - - - - - - {{ range .Paginator.Pages }} - - - - - - {{ end }} -
TitleTagsDescription
{{ .Title | markdownify }}{{ range .Params.tags }}#{{ . }}  {{ end }}

{{ .Params.description }}

-
+ + + + + + {{ range .Paginator.Pages }} + + + + + {{ end }} +
TitleTags
{{ .Title | markdownify }}{{ range .Params.tags }}#{{ . }}  {{ end }}
{{ end }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 7e7ae43..c44708a 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -7,7 +7,9 @@
Image
+ {{ .Params.imageDescription }} +
{{ .Params.imageDescription }}
diff --git a/layouts/index.html b/layouts/index.html index ba76940..3d94572 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -7,20 +7,16 @@ {{ .Content -}} {{ end }} -
- - - - - - - {{ range .Paginator.Pages }} - - - - - - {{ end }} -
TitleTagsDescription
{{ .Title | markdownify }}{{ range .Params.tags }}#{{ . }}  {{ end }}

{{ .Params.description }}

-
+ + + + + + {{ range .Paginator.Pages }} + + + + + {{ end }} +
TitleTags
{{ .Title | markdownify }}{{ range .Params.tags }}#{{ . }}  {{ end }}
{{ end }} diff --git a/static/style.css b/static/style.css index 2d696d5..e101f59 100644 --- a/static/style.css +++ b/static/style.css @@ -28,6 +28,13 @@ a:hover{ background-color: #E60073; } +.postImage a::before{ content: none; } +.postImage a::after{ content: none; } + +code{ + font-size: 0.9em; +} + img{ max-width: 100%; align-self: center; @@ -63,6 +70,11 @@ footer pre{ margin: 0; } +table.posts{ width: 100%; } +.post-content{ + text-align: justify; +} + @media(min-width: 81ch){ header{ display:flex;