Skip to content

Commit

Permalink
FTR
Browse files Browse the repository at this point in the history
- Got JSDelivr stuff working by creating a release in GitHub
- Adjusted some CSS for the product page
  • Loading branch information
sk5 committed May 30, 2019
1 parent cae8062 commit eaa8c07
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions BC-Layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ <h1 class="custom-page-header page-title has-dash">{{ page.name }}</h1>
</ul>
{% endif %}
{% if store.website != blank %}
<a href="{{ store.website }}" class="button back-to-site" class="button">Back to site</a>
<a href="{{ store.website }}" class="button back-to-site">Back to site</a>
{% endif %}
<div class="badge">{{ bigcartel_credit }}</div>
</nav>
Expand All @@ -247,8 +247,8 @@ <h1 class="custom-page-header page-title has-dash">{{ page.name }}</h1>
<!---->
<!--<script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>-->
<script src="//cdn.jsdelivr.net/gh/jquery/jquery@3/dist/jquery.min.js"></script>
<link href="https://cdn.jsdelivr.net/gh/sk5/sk5.github.io/assets/css/styles.css" rel="stylesheet" type="text/css" />
<script src="//cdn.jsdelivr.net/gh/sk5/sk5.github.io/assets/scripts/product-slideshow.js"></script>
<!--<link href="https://cdn.jsdelivr.net/gh/sk5/sk5.github.io@v1.0/assets/css/styles.css" rel="stylesheet" type="text/css" />-->
<script src="//cdn.jsdelivr.net/gh/sk5/sk5.github.io@v1.0/assets/scripts/product-slideshow.js"></script>
<script src="{{ 'api' | theme_js_url }}"></script>
<script src="{{ theme | theme_js_url }}"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion assets/css/_components.product.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
margin: 0;
padding: 0;
list-style: none;
min-height: 50rem;
min-height: 50vh;
max-height: 100vh;
}
//
Expand Down
2 changes: 1 addition & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ button {
margin: 0;
padding: 0;
list-style: none;
min-height: 50rem;
min-height: 50vh;
max-height: 100vh; }
.product__slide {
display: none; }
Expand Down
Loading

0 comments on commit eaa8c07

Please sign in to comment.