diff --git a/source/docs/theming/index.markdown b/source/docs/theming/index.markdown index aa1a5e9..39f306e 100644 --- a/source/docs/theming/index.markdown +++ b/source/docs/theming/index.markdown @@ -45,7 +45,7 @@ and the other colors will derived for you. This isn't perfect, but it should do Just like with colors, widths in `/sass/base/_layout.scss` are defined like `$max-width: 1200px !default;` and can be easily customized by defining them in `sass/custom/_layout.scss`. Here's a look at the layout defaults. -{% codeblock Layout Defaults (_layout.scss) https://github.com/imathis/octopress/tree/master/.themes/classic/sass/base/_theme.scss view on Github %} +{% codeblock Layout Defaults (_layout.scss) https://github.com/imathis/octopress/tree/master/.themes/classic/sass/base/_layout.scss view on Github %} $max-width: 1200px !default; // Padding used for layout margins