themefisher / airspace-hugo

Airspace Hugo theme for multipurpose use, like Portfolio, Blog, Business.
https://gethugothemes.com/products/airspace/?utm_source=airspace_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
354 stars 509 forks source link

A recent commit seems to have broken this theme #40

Closed AdrienKG closed 5 years ago

AdrienKG commented 5 years ago

I believe commit 1676ca15a1aced95cbd95f9e5fda47506f3f8691 has broken the theme. The demo page cannot seem to load images anymore. And the "Work" page doesn't load properly, there seems to be an infinite loop of 404s.

I have to revert to commit cf177e69f16a969b93de9c424314d25681f59265 in my project for the page to load as it previously did.

mehedi-sharif commented 5 years ago

The issue has been fixed .

Janwalli commented 5 years ago

Hi, since the last two commits, the gallery stopped working for me when publishing the site. It works fine when running hugo server. This is the output:

<script type="text/javascript">
    var css = document.createElement('link');
    css.rel = 'stylesheet';
    css.href = "https:\/\/mysite.com\/css/owl.carousel.css";
    css.type = 'text/css';
    var fastCSS = document.getElementsByTagName('link')[0];
    fastCSS.parentNode.insertBefore(css, fastCSS);

It looks like the script url´s are broken.

mehedi-sharif commented 5 years ago

We are working on it .