-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
How to reproduce
- Start hammer:
hammer-start - Navigate to the backpage template in Brand Patterns (or any theme you like): http://localhost:2000/brand-patterns/views/backpage.html
- Open the Backpage template in the brand-patterns repo in your code editor then add
<r:r:cache_key />anywhere in the template.
Tag to add support for
r:cache_key:
<h1><r:cache_key /></h1>Example output:
A random 10 digit number:
1627497592
This tag can be useful when building URL's to assets. EG:
https://<r:site:domain />/public/<r:cache_key />/sitemap.xmlLink to tags in CleanSlate repo
cleanslate/app/lib/slate/radius/tags/theme_asset.rb (Github)
Metadata
Metadata
Assignees
Labels
No labels