~xdavidwu/xdavidwu.link

ref: d2e63938429d7cdbee295ac4441366451b418c8f xdavidwu.link/_layouts/archive_notitle.html -rw-r--r-- 510 bytes
d2e63938xdavidwu fix code background 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
layout: default
---

{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
  {% include page__hero.html %}
{% elsif page.header.video.id and page.header.video.provider %}
  {% include page__hero_video.html %}
{% endif %}

{% if page.url != "/" and site.breadcrumbs %}
  {% unless paginator %}
    {% include breadcrumbs.html %}
  {% endunless %}
{% endif %}

<div id="main" role="main">
  {% include sidebar.html %}

  <div class="archive">
    {{ content }}
  </div>
</div>