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
In the road to Gobierto globalization, we need to make Site HTML blocks dynamically link to pages.
We are going to add Liquid to the three HTML blocks, so admins cuould use Liquid tags to refer to the CMS pages in a fancy way. For example, the following block:
The {{ page_link "privacy-page" }} page
When exists a GobiertoCms::Page with slug privacy-page and title Privacy, will result in:
The <ahref="/privacy-page">Privacy</a> page
The text was updated successfully, but these errors were encountered:
In the road to Gobierto globalization, we need to make Site HTML blocks dynamically link to pages.
We are going to add Liquid to the three HTML blocks, so admins cuould use Liquid tags to refer to the CMS pages in a fancy way. For example, the following block:
When exists a
GobiertoCms::Page
with slugprivacy-page
and titlePrivacy
, will result in:The text was updated successfully, but these errors were encountered: