Created
June 7, 2019 23:15
-
-
Save mijustin/586041a637ebea79d00a6202127e110b to your computer and use it in GitHub Desktop.
Statamic stuff I want to save
This file contains hidden or 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
<div class="text-center mt-12"> | |
{{ post_content }} | |
{{ partial src="blocks/{type}" }} | |
{{ /post_content }} | |
</div> | |
<div class="flex"> | |
<div class="w-1/2 bg-cover text-sm text-center p-3"> | |
<a href="https://content.thisismess.com/">Mess Studios, Chicago</a> | |
</div> | |
<div class="w-1/2 bg-cover text-white text-center p-3"> | |
Lew Later | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment