You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason that is beyond my understanding of Jekyll, the website served by Github is using the wrong images.
There is:
~/images/DAO/
dao_benefits.svg
dao_how.svg
dao_intro.svg
dao_what.svg
dao_why.svg
and
~/pt-PT/images/DAO/
dao_benefits.svg
dao_how.svg
dao_intro.svg
dao_what.svg
dao_why.svg
These folders contain the images rendered in bisq.network/dao and bisq.network/pt-pt/dao. I decided not to change the names of the .svg files because they're in different folders and that way we don't have to change any Liquid tags around the website.
These files are being requested by
pt-PT file ~/_data/dao_content_tr.yml which in in turn is being requested by ~/pt-PT/dao.html
If you clone the repository and run it locally, Jekyll uses the correct images for the pt-PT version of the DAO page.
The text was updated successfully, but these errors were encountered:
huey735
changed the title
The website is using the wrong images in the DAO page
The website is using the wrong images in the pt-PT DAO page
Jul 19, 2019
For some reason that is beyond my understanding of Jekyll, the website served by Github is using the wrong images.
There is:
~/images/DAO/
and
~/pt-PT/images/DAO/
These folders contain the images rendered in bisq.network/dao and bisq.network/pt-pt/dao. I decided not to change the names of the .svg files because they're in different folders and that way we don't have to change any Liquid tags around the website.
These files are being requested by
pt-PT file ~/_data/dao_content_tr.yml which in in turn is being requested by ~/pt-PT/dao.html
If you clone the repository and run it locally, Jekyll uses the correct images for the pt-PT version of the DAO page.
@erciccione @m52go @ripcurlx
The text was updated successfully, but these errors were encountered: