Matrix Version: 5.4.5.1
Hi Friendos,
I am experimenting with the AUS gov template in the Squiz marketplace,
In the <head>
design nester is the following code-
<link href="./?a=1472251?v=%globals_asset_version:1472251%" rel="stylesheet">
However, this causes a 404 error-
Failed to load resource: the server responded with a status of 404 ()
https://www.x.qld.gov.au/x?a=1472282%3Fv%3D0.0.5
If I remove the globals_asset_version keyword, it works fine e.g.
https://www.x.qld.gov.au/x?a=1472282
Is there an issue with the globals_asset_version keyword?
I also noticed a similar problem with images and favicons in the header nester, the code is as follows-
<img class="au-header__brand-image" alt="%globals_site_metadata_site_logo^as_asset:asset_attribute_alt%" src="%globals_site_metadata_site_logo^as_asset:asset_url%">
&
<link rel="shortcut icon" href="%globals_site_metadata_site_favicon^as_asset:asset_url%">
but on the front end appears without a src,
<img class="au-header__brand-image" alt="Site logo" src="">
<link rel="shortcut icon" href="">
Do these keywords work or am I missing something else?
Thanks for your help!