You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

post.html 621 B

2 years ago
123456789101112131415161718192021222324252627
  1. ---
  2. layout: default
  3. ---
  4. <div class="hero">
  5. <div class="container">
  6. <h1 class="hero-text display-4 text-md-center">{{page.title}}</h1>
  7. </div>
  8. </div>
  9. <div class="container">
  10. <div class="row">
  11. <div class="col-md-8 offset-md-2 blog-content">
  12. <p class="text-muted text-md-center">
  13. Posted {{page.date | date: "%b %-d, %Y"}} by
  14. {% if page.author_url %}
  15. <a href="{{page.author_url}}">{{page.author}}</a>
  16. {% else %}
  17. {{page.author}}
  18. {% endif %}
  19. {% if page.meta %} · {{page.meta}}{% endif %}
  20. </p>
  21. {{content}}
  22. </div>
  23. </div>
  24. </div>

js yarn包管理组件依赖分析

Contributors (1)