diff --git a/blog-intro.html b/blog-intro.html index fd23a1f..5132db4 100644 --- a/blog-intro.html +++ b/blog-intro.html @@ -94,7 +94,7 @@ -
+

This blog post is actually a GitHub issue

diff --git a/index.html b/index.html index 69411a9..f531b32 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/templates/css/style.css b/templates/css/style.css index 0586d8b..ac47a2b 100644 --- a/templates/css/style.css +++ b/templates/css/style.css @@ -186,4 +186,12 @@ p.author-info { #gh-cta span { display: none; } + + #article-content { + width: 90%; + } + + #article-content img { + max-width: 100%; + } } diff --git a/templates/index.html b/templates/index.html index afff6ea..102dcf4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,7 +13,7 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/templates/post.html b/templates/post.html index 1e43e50..f5cd7c9 100644 --- a/templates/post.html +++ b/templates/post.html @@ -87,7 +87,7 @@ {{if .Header}}
{{.Header}}
{{end}} -
+

{{.Metadata.Title}}

{{if .Metadata.Author}}