Commit 538ffe6f by Giulio Gratta

fixing video-bg-image and homepage-bg-image urls

parent 566a8b38
......@@ -120,6 +120,6 @@ $modal-bg-color: rgb(245,245,245);
//-----------------
// CSS BG Images
//-----------------
$homepage-bg-image: '/static/images/homepage-bg.jpg';
$homepage-bg-image: '../images/homepage-bg.jpg';
$video-thumb-url: '/static/images/courses/video-thumb.jpg';
\ No newline at end of file
$video-thumb-url: '../images/courses/video-thumb.jpg';
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment