diff --git a/images/.DS_Store b/images/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/images/.DS_Store and /dev/null differ diff --git a/layouts/_default/list.html b/layouts/_default/list.html index a04ec31..c110ca8 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -12,6 +12,8 @@

All articles

{{ end }} + {{ with .Content }}{{ . }}{{ end }} + - \ No newline at end of file + diff --git a/static/css/dark.css b/static/css/dark.css index 94b69e8..eeca406 100644 --- a/static/css/dark.css +++ b/static/css/dark.css @@ -66,4 +66,8 @@ table th { table th, table td { padding: 10px 20px; border: 1px solid #666; -} \ No newline at end of file +} + +pre code { + display: inline-block +} diff --git a/static/css/main.css b/static/css/main.css index aad70ee..31730f8 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -202,6 +202,11 @@ ul { background-color: #FAFAFA; } +pre code { + display: inline-block; +} + + .wrapper { max-width: 760px; margin: 0 auto;