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

no doctype or html element #51

Open
thedannywahl opened this issue Jan 13, 2015 · 4 comments
Open

no doctype or html element #51

thedannywahl opened this issue Jan 13, 2015 · 4 comments

Comments

@thedannywahl
Copy link

using buster generate or buster preview the files don't have a doctype or an html element:

Ghost output

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />

buster generate

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
@thedannywahl
Copy link
Author

followup - this is a result of buster and not wget.

wget --recursive --convert-links --page-requisites --no-parent --no-host-directories --restrict-file-name=unix --timeout=0 --directory-prefix=/Users/dannywahl/Desktop/test/ http://localhost:2368

results in doctype and html element being output.

@stuartchaney
Copy link

+1

2 similar comments
@davidtsong
Copy link

+1

@Cryptophobia
Copy link

+1

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

No branches or pull requests

4 participants