Renders are no longer in beta, encode default url

This commit is contained in:
Jake 2015-07-18 00:46:24 -05:00
parent c2e2a98b82
commit 2515575f25
2 changed files with 2 additions and 3 deletions

View File

@ -98,7 +98,7 @@ block content
.example #{domain}/avatars/jeb_?default=alex
p.preview Jeb's avatar, or fall back to alex <i>(this example assumes jeb_ does not exist)</i>
#avatar-example-6.example-wrapper
.example #{domain}/avatars/jeb_?default=https://i.imgur.com/ocJVWAc.png
.example #{domain}/avatars/jeb_?default=https%3A%2F%2Fi.imgur.com%2FocJVWAc.png
p.preview
| Jeb's avatar, or fall back to a custom image <i>(this example assumes jeb_ does not exist)</i>
p.preview-placeholder
@ -112,7 +112,6 @@ block content
h3 3D Renders
p
| Crafatar also provides support for 3D renders of Minecraft skins.<br>
| Please note that <b>this feature is currently beta</b>!<br>
| Replace
mark.green userid
| with a Mojang <b>UUID</b> or <b>username</b> to get a render of the skin.

View File

@ -11,7 +11,7 @@ html(lang="en")
meta(name="viewport", content="initial-scale=1,maximum-scale=1")
meta(charset='utf-8')
meta(property='og:title', content='Unturned Mods')
meta(property='og:title', content='Crafatar')
meta(property='og:type', content='website')
meta(property='og:url', content='https://crafatar.com')
meta(property='og:image', content='https://crafatar.com/logo.png')