mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 07:51:17 +01:00
Renders are no longer in beta, encode default url
This commit is contained in:
parent
c2e2a98b82
commit
2515575f25
@ -98,7 +98,7 @@ block content
|
|||||||
.example #{domain}/avatars/jeb_?default=alex
|
.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>
|
p.preview Jeb's avatar, or fall back to alex <i>(this example assumes jeb_ does not exist)</i>
|
||||||
#avatar-example-6.example-wrapper
|
#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
|
p.preview
|
||||||
| Jeb's avatar, or fall back to a custom image <i>(this example assumes jeb_ does not exist)</i>
|
| Jeb's avatar, or fall back to a custom image <i>(this example assumes jeb_ does not exist)</i>
|
||||||
p.preview-placeholder
|
p.preview-placeholder
|
||||||
@ -112,7 +112,6 @@ block content
|
|||||||
h3 3D Renders
|
h3 3D Renders
|
||||||
p
|
p
|
||||||
| Crafatar also provides support for 3D renders of Minecraft skins.<br>
|
| Crafatar also provides support for 3D renders of Minecraft skins.<br>
|
||||||
| Please note that <b>this feature is currently beta</b>!<br>
|
|
||||||
| Replace
|
| Replace
|
||||||
mark.green userid
|
mark.green userid
|
||||||
| with a Mojang <b>UUID</b> or <b>username</b> to get a render of the skin.
|
| with a Mojang <b>UUID</b> or <b>username</b> to get a render of the skin.
|
||||||
|
|||||||
@ -11,7 +11,7 @@ html(lang="en")
|
|||||||
meta(name="viewport", content="initial-scale=1,maximum-scale=1")
|
meta(name="viewport", content="initial-scale=1,maximum-scale=1")
|
||||||
|
|
||||||
meta(charset='utf-8')
|
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:type', content='website')
|
||||||
meta(property='og:url', content='https://crafatar.com')
|
meta(property='og:url', content='https://crafatar.com')
|
||||||
meta(property='og:image', content='https://crafatar.com/logo.png')
|
meta(property='og:image', content='https://crafatar.com/logo.png')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user