Sources du blog ALLELLA
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

25 行
467 B

  1. <!DOCTYPE html>
  2. <html lang="{{ page.lang | default: site.lang | default: "en" }}">
  3. {%- include head.html -%}
  4. <body>
  5. {%- include header.html -%}
  6. <div class="fullscreen">
  7. <img src="{{ "/assets/images/logo-2.svg" | relative_url }}"/>
  8. </div>
  9. <main class="page-content home-page-content" aria-label="Content">
  10. <div class="wrapper">
  11. {{ content }}
  12. </div>
  13. </main>
  14. {%- include footer.html -%}
  15. </body>
  16. </html>