2017-04-02 19 views
0

パグはばかげている前に、私はすべてのエラーを発見することはできません。以下は、私の完全なパグファイルです。予期しないトークン "パグボディタグ

html 
    head 
     meta(charset="utf-8") 
     meta(http-equiv="X-UA-Compatible",content="IE=edge") 
     meta(name="viewport", content="width=device-width, initial-scale=1") 
     script(src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/js/bootstrap.min.js") 
     script(src="ga.js") 
     link(rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/4.0.2/bootstrap-material-design.min.css") 
     link(rel="stylesheet" href="app.css") 
     title= "my title" 
    body       
     .container 
      .row 
       .col-md-12 
        h1="My h1 tag" 
+1

である必要があります。現在のNPMバージョンのPugでは、このテンプレートには何の問題もありません。 – robertklep

答えて

0

あなたは必要としない『それらの行に』= :title= "my title"title my titleであり、h1="My h1 tag"h1 My h1 tag

関連する問題