diff --git a/app/config/wp/custom-posts.php b/app/config/wp/custom-posts.php
index 3ea636d..e4424f7 100644
--- a/app/config/wp/custom-posts.php
+++ b/app/config/wp/custom-posts.php
@@ -38,7 +38,7 @@ function create_tour_cpt() {
'description' => __( 'Tours', 'base-camp' ),
'labels' => $labels,
'menu_icon' => 'dashicons-location-alt',
- 'supports' => array('title', 'editor', 'thumbnail', 'revisions', 'trackbacks', 'page-attributes', ),
+ 'supports' => array('title', 'editor', 'thumbnail', 'revisions', 'trackbacks', 'page-attributes'),
'taxonomies' => array(),
'public' => true,
'show_ui' => true,
diff --git a/resources/assets/sass/sections/_section-tours.sass b/resources/assets/sass/sections/_section-tours.sass
index 5bdc56d..4cfc078 100644
--- a/resources/assets/sass/sections/_section-tours.sass
+++ b/resources/assets/sass/sections/_section-tours.sass
@@ -19,6 +19,12 @@
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15)
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15)
+ a
+ &:hover,
+ &:active,
+ &:focus
+ outline: none
+
&-title
font-family: $font-text
font-size: 22px
diff --git a/resources/views/partials/tours-carousel.twig b/resources/views/partials/tours-carousel.twig
index c3fd781..793a686 100644
--- a/resources/views/partials/tours-carousel.twig
+++ b/resources/views/partials/tours-carousel.twig
@@ -8,18 +8,18 @@
{% set tour_featured_image = TimberImage(tour.thumbnail) %}
-
-
{% endfor %}
diff --git a/single.php b/single.php
index 3a157e8..aaea698 100644
--- a/single.php
+++ b/single.php
@@ -1,12 +1,10 @@
cover_image;
-$context['tours']['cover_image'] = new TimberImage($cover_image_id);
if (post_password_required($post->ID)) {
Timber::render('single-password.twig', $context);
diff --git a/static/css/admin.3e9ac7714c1d128be36f.css b/static/css/admin.b35303f0c0b727d089ff.css
similarity index 100%
rename from static/css/admin.3e9ac7714c1d128be36f.css
rename to static/css/admin.b35303f0c0b727d089ff.css
diff --git a/static/css/app.3e9ac7714c1d128be36f.css b/static/css/app.b35303f0c0b727d089ff.css
similarity index 99%
rename from static/css/app.3e9ac7714c1d128be36f.css
rename to static/css/app.b35303f0c0b727d089ff.css
index d9e2595..b60fdbe 100644
--- a/static/css/app.3e9ac7714c1d128be36f.css
+++ b/static/css/app.b35303f0c0b727d089ff.css
@@ -7458,6 +7458,8 @@ nav.navbar .navbar-menu {
-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15); }
+ .section-tours__card a:hover, .section-tours__card a:active, .section-tours__card a:focus {
+ outline: none; }
.section-tours__card-title {
font-family: "Cabin", sans-serif;
font-size: 22px;
diff --git a/static/css/login.3e9ac7714c1d128be36f.css b/static/css/login.b35303f0c0b727d089ff.css
similarity index 100%
rename from static/css/login.3e9ac7714c1d128be36f.css
rename to static/css/login.b35303f0c0b727d089ff.css
diff --git a/static/js/admin.3e9ac7714c1d128be36f.js b/static/js/admin.b35303f0c0b727d089ff.js
similarity index 100%
rename from static/js/admin.3e9ac7714c1d128be36f.js
rename to static/js/admin.b35303f0c0b727d089ff.js
diff --git a/static/js/app.3e9ac7714c1d128be36f.js b/static/js/app.b35303f0c0b727d089ff.js
similarity index 100%
rename from static/js/app.3e9ac7714c1d128be36f.js
rename to static/js/app.b35303f0c0b727d089ff.js
diff --git a/static/js/login.3e9ac7714c1d128be36f.js b/static/js/login.b35303f0c0b727d089ff.js
similarity index 100%
rename from static/js/login.3e9ac7714c1d128be36f.js
rename to static/js/login.b35303f0c0b727d089ff.js
diff --git a/static/js/vendor.3e9ac7714c1d128be36f.js b/static/js/vendor.b35303f0c0b727d089ff.js
similarity index 100%
rename from static/js/vendor.3e9ac7714c1d128be36f.js
rename to static/js/vendor.b35303f0c0b727d089ff.js
diff --git a/static/manifest.json b/static/manifest.json
index bd2a901..2bd63de 100644
--- a/static/manifest.json
+++ b/static/manifest.json
@@ -1,12 +1,13 @@
{
- "admin.css": "css/admin.3e9ac7714c1d128be36f.css",
- "admin.js": "js/admin.3e9ac7714c1d128be36f.js",
- "app.css": "css/app.3e9ac7714c1d128be36f.css",
- "app.js": "js/app.3e9ac7714c1d128be36f.js",
- "login.css": "css/login.3e9ac7714c1d128be36f.css",
- "login.js": "js/login.3e9ac7714c1d128be36f.js",
- "vendor.js": "js/vendor.3e9ac7714c1d128be36f.js",
- "images/icon-cart-white.png": "images/icon-cart-white.png",
+ "admin.css": "css/admin.b35303f0c0b727d089ff.css",
+ "admin.js": "js/admin.b35303f0c0b727d089ff.js",
+ "app.css": "css/app.b35303f0c0b727d089ff.css",
+ "app.js": "js/app.b35303f0c0b727d089ff.js",
+ "login.css": "css/login.b35303f0c0b727d089ff.css",
+ "login.js": "js/login.b35303f0c0b727d089ff.js",
+ "vendor.js": "js/vendor.b35303f0c0b727d089ff.js",
+ "images/logo.png": "images/logo.png",
"images/texture-blue-carnival.jpg": "images/texture-blue-carnival.jpg",
- "images/base-camp-logo.png": "images/base-camp-logo.png"
+ "images/base-camp-logo.png": "images/base-camp-logo.png",
+ "images/icon-cart-white.png": "images/icon-cart-white.png"
}
\ No newline at end of file