diff --git a/_includes/footer.html b/_includes/footer.html index 068cfb6..8554ea9 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -7,8 +7,10 @@ diff --git a/_includes/head.html b/_includes/head.html index 996c85e..adf2dfa 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,25 +1,22 @@ - + - - + + - - - - + + + + - {% if page.title == "Home" %} - {{ site.title }} · {{ site.tagline }} - {% else %} - {{ page.title }} · {{ site.title }} - {% endif %} + {% if page.title == "Home" %} {{ site.title }} · {{ site.tagline }} {% else %} {{ page.title }} · {{ + site.title }} {% endif %} - - - + + + diff --git a/_includes/languages.html b/_includes/languages.html index 7268d23..e911c41 100644 --- a/_includes/languages.html +++ b/_includes/languages.html @@ -1,5 +1,5 @@ \ No newline at end of file + diff --git a/_layouts/default.html b/_layouts/default.html index b60a4ed..cbe3cc9 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,6 +1,5 @@ - + - {% include head.html %} diff --git a/_layouts/javascript.html b/_layouts/javascript.html index 09dde33..0daf94f 100644 --- a/_layouts/javascript.html +++ b/_layouts/javascript.html @@ -1,10 +1,8 @@ - + - {% include head.html %} - {% include javascript_header.html %}
diff --git a/_layouts/ruby.html b/_layouts/ruby.html index a82ae3d..7160ebb 100644 --- a/_layouts/ruby.html +++ b/_layouts/ruby.html @@ -1,10 +1,8 @@ - + - {% include head.html %} - {% include ruby_header.html %}
diff --git a/index.html b/index.html index 37c26c3..3096737 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,10 @@ title: Write snippet code to rewrite your source code --- -

Different than other linter tools (e.g. rubocop) or codemod tools (e.g. jscodeshift), synvert allows you to write snippet code to rewrite your source code.

+

+ Different than other linter tools (e.g. rubocop) or codemod tools (e.g. jscodeshift), synvert allows you to write + snippet code to rewrite your source code. +