Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated templates to use doctype html instead of deprecated !!! #204

Merged
merged 1 commit into from
Dec 30, 2013

Conversation

AlexZeitler
Copy link
Contributor

Resolves the build / preview error:

template archive.jade: /Users/alex/code/blog/templates/layout.jade:1

1| !!! 5
2| block vars
3| - var bodyclass = null;
4| html(lang='en')

!!! is deprecated, you must now use doctype

@jnordberg
Copy link
Owner

Thanks!

jnordberg added a commit that referenced this pull request Dec 30, 2013
updated templates to use doctype html instead of deprecated `!!!`
@jnordberg jnordberg merged commit 9902aec into jnordberg:master Dec 30, 2013
@RafaelCosman
Copy link

I'm still getting this error : (

@AlexZeitler
Copy link
Contributor Author

In a new project or an existing?

@k00k
Copy link

k00k commented Jan 20, 2014

I get this error still as well as the warning seen at the bottom of my snippet below:

wintersmith new test

and then:

cd test && wintersmith preview

yields:

  starting preview server
  using config file: /private/var/dev/test/config.json
  server running on: http://localhost:8080/

  error template archive.jade: /private/var/dev/test/templates/layout.jade:1
  > 1| !!! 5
    2| block vars
    3|   - var bodyclass = null;
    4| html(lang='en')

`!!!` is deprecated, you must now use `doctype`

Warning: missing space before text for line 13 of jade file "/private/var/dev/test/templates/index.jade"

@k00k
Copy link

k00k commented Jan 20, 2014

I think the reason is that there hasn't been a new release from the master branch in a while. You merged the commit, but it wasn't released. Can we get a new release, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants