This commit is contained in:
Jonny Gerig Meyer 2023-04-05 11:16:35 -04:00
parent 79c91b7581
commit 2548efea42
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ page '/blog/*', :layout => :blog
for dir in ['docs/yardoc', 'documentation'] do for dir in ['docs/yardoc', 'documentation'] do
redirect "#{dir}/file.SASS_REFERENCE.html", to: '/documentation' redirect "#{dir}/file.SASS_REFERENCE.html", to: '/documentation'
redirect "#{dir}/file.SASS_CHANGELOG.html", to: 'https://github.com/sass/dart-sass/blob/master/CHANGELOG.md' redirect "#{dir}/file.SASS_CHANGELOG.html", to: 'https://github.com/sass/dart-sass/blob/main/CHANGELOG.md'
redirect "#{dir}/file.INDENTED_SYNTAX.html", to: '/documentation/syntax' redirect "#{dir}/file.INDENTED_SYNTAX.html", to: '/documentation/syntax'
redirect "#{dir}/file.SCSS_FOR_SASS_USERS.html", to: '/documentation/syntax' redirect "#{dir}/file.SCSS_FOR_SASS_USERS.html", to: '/documentation/syntax'
redirect "#{dir}/Sass/Script/Functions.html", to: '/documentation/modules' redirect "#{dir}/Sass/Script/Functions.html", to: '/documentation/modules'

View File

@ -8,7 +8,7 @@
<div class="sl-l-grid__column"> <div class="sl-l-grid__column">
{% markdown %} {% markdown %}
Sass &copy; 2006&ndash;{{ 'now' | date: '%Y' }} the Sass team, and numerous contributors. Sass &copy; 2006&ndash;{{ 'now' | date: '%Y' }} the Sass team, and numerous contributors.
It is available for use and modification under the [MIT License](https://github.com/sass/dart-sass/blob/master/LICENSE). It is available for use and modification under the [MIT License](https://github.com/sass/dart-sass/blob/main/LICENSE).
{% endmarkdown %} {% endmarkdown %}
{% renderFile 'source/_includes/footer_nav.md' %} {% renderFile 'source/_includes/footer_nav.md' %}

View File

@ -57,5 +57,5 @@ on helping out. Or, if you're interested in helping add new features to the Sass
language, look at [the language contribution process][]. language, look at [the language contribution process][].
[Dart Sass]: /dart-sass [Dart Sass]: /dart-sass
[contributing info]: https://github.com/sass/dart-sass/blob/master/CONTRIBUTING.md [contributing info]: https://github.com/sass/dart-sass/blob/main/CONTRIBUTING.md
[the language contribution process]: https://github.com/sass/language/blob/master/CONTRIBUTING.md [the language contribution process]: https://github.com/sass/sass/blob/main/CONTRIBUTING.md