Skip to content

Commit afb904d

Browse files
committed
fix(production build)
1 parent a1a4adc commit afb904d

14 files changed

+261
-256
lines changed

_source/_includes/aside-left.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
exclude the root path
1919
-->
2020
{% assign pages = site.pages | sort: 'order' %}
21-
{% for item in pages %}{% if item.layout != 'entry' %}{%if item.layout == 'default' or item.layout == 'reference' %}{% if item.url != '/' %}
21+
{% for item in pages %}{% if item.layout != 'entry' %}{%if item.layout == 'default' or item.layout == 'reference' or item.layout == 'gallery' %}{% if item.url != '/' %}
2222
<li class="menu-item {% if item.title == page.title %}active{% endif %}"><a href="{{item.url}}"
2323
class="textgrow menu-link">{{item.title}}</a></li>
2424
{% endif %}{% endif %}{% endif %}{% endfor %}

_source/_layouts/default.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@
4141
{% endif %}
4242

4343
{%- if page.layout == 'gallery' -%}
44+
<script src="/assets/js/vendors~gallery-randomize.bundle.js" defer></script>
4445
<script src="/assets/js/gallery-randomize.bundle.js"></script>
4546
{%- endif -%}
4647
{%- if page.hasFeaturedProjects == true -%}
48+
<script src="/assets/js/vendors~featured-carousel.bundle.js" defer></script>
4749
<script src="/assets/js/featured-carousel.bundle.js"></script>
4850
{%- endif -%}
4951
</body>

_source/assets/js/featured-carousel.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_source/assets/js/gallery-randomize.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)