I have a .md file that has a repeated 'word' spread throughout the page. Is it possible to call it from site.yaml as this word may change from time to time.
Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
General
last edited 01/05/18 by Duc
Hi @duceduc, if you enable Twig processing on each page then something like this should be possible:
TWIG
{{ config.site.yourvariablename }}
Wonderful. This works. Would you know how I can add hyper email address within .md as well?
[{{ config.site.email }}](mailto: [email protected] ) <-- this works
[{{ config.site.email }}](mailto:{{ config.site.email }}) <-- this doesn't work
What if you type the link with HTML instead of MD?
That's a great suggestion @chris_jung 👍
Log in to reply.
Suggested topics
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 2 | 74 | 6 hours ago | ||
| 1 | 47 | 11 hours ago | ||
| 0 | 43 | 23 hours ago | ||
| 6 | 346 | 5 days ago | ||
| 3 | 39 | 5 days ago |