2017-04-02 167 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版本與該模板沒有任何問題。 – robertklep

回答

0

你不需要‘=’這些線:title= "my title"應該是title my titleh1="My h1 tag"應該是h1 My h1 tag