Created
November 20, 2018 18:33
-
-
Save VincentLoy/a5d009e84c22042d7f5edbb2850e5ae4 to your computer and use it in GitHub Desktop.
ACF File Field + Timber Twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% set file = TimberImage(post.download_kit) %} | |
<a href="{{ file.src }}" target="_blank">Download Stuff Bro</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment