Skip to content

Commit

Permalink
fix(post): avoid the symbol conversion to an Emoji graphic on iOS
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Appending ︎ to the Unicode-represenation of the reversed arrow will prevent the conversion to an Emoji graphic on iOS.

Reference:

- jekyll/jekyll#3751
- https://twitter.com/jasoncodes/status/590356654790574080
  • Loading branch information
sparanoid committed Aug 16, 2015
1 parent 588f1ac commit d9d14a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _app/_posts/note/2014-06-13-welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tag: getting-started
AMSF, a.k.a. **Almace Scaffolding**, is a super-fast Jekyll framework, supports live reloading (Browsersync), LESS, HTML minification, inlined stylesheets and more.

<p class="largetype">
<a href="http://sparanoid.com/lab/amsf/getting-started.html">Getting Started &#x27A1;</a>
<a href="http://sparanoid.com/lab/amsf/getting-started.html">Getting Started &#x27A1;&#xfe0e;</a>
</p>

Go to the [GitHub](https://github.com/sparanoid/almace-scaffolding) page for downloads, bug reports, and feature requests.
Expand Down

0 comments on commit d9d14a9

Please sign in to comment.