Last active
March 17, 2021 18:21
-
-
Save 1RedOne/c923f896d01ae1470f7b84a6ad24d99b to your computer and use it in GitHub Desktop.
Github Markdown Button Syntax
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="content"> | |
<h2><a href="{{ page.url }}">{{ page.title }}</a></h2> | |
<a href="{{ post.url }}"><img src="{{ post.header }}{{ post.coverImage }}"></a><br> | |
{{ content }} | |
</div> | |
{% include gitHubLink.html %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment