diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2014-09-17 20:16:29 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2014-09-17 20:28:17 +0200 |
| commit | eb06a70e83c114440be5bce54112c5a515a397a0 (patch) | |
| tree | 264264badd87bff3b46361544308ae29a8aae55a /_layouts | |
| parent | 16f2bcc6d923e726a2aca2c88737b000688ad5ab (diff) | |
| download | brentj.es-eb06a70e83c114440be5bce54112c5a515a397a0.tar.gz brentj.es-eb06a70e83c114440be5bce54112c5a515a397a0.tar.bz2 brentj.es-eb06a70e83c114440be5bce54112c5a515a397a0.zip | |
Replaced spaces with tabs.
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 34 | ||||
| -rw-r--r-- | _layouts/post.html | 2 |
2 files changed, 18 insertions, 18 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index ace44ce..4eb433e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,28 +1,28 @@ <!DOCTYPE html> <html> - <head> - <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <title>{{ page.title }}</title> - <meta name="viewport" content="width=device-width"> + <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <title>{{ page.title }}</title> + <meta name="viewport" content="width=device-width"> - <!-- syntax highlighting CSS --> - <link rel="stylesheet" href="/css/syntax.css"> + <!-- syntax highlighting CSS --> + <link rel="stylesheet" href="/css/syntax.css"> - <!-- Custom CSS --> - <link rel="stylesheet" href="/css/main.css"> + <!-- Custom CSS --> + <link rel="stylesheet" href="/css/main.css"> - </head> - <body> + </head> + <body> - <div class="site"> - {% include header.html %} + <div class="site"> + {% include header.html %} - {{ content }} + {{ content }} - {% include footer.html %} + {% include footer.html %} - </div> + </div> - </body> + </body> </html> diff --git a/_layouts/post.html b/_layouts/post.html index 04e3586..50191fa 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -5,5 +5,5 @@ layout: default <p class="meta">{{ page.date | date_to_string }}</p> <div class="post"> -{{ content }} + {{ content }} </div> |
