From 2515575f25fd461c176481fc8895d65ab4c8eaaa Mon Sep 17 00:00:00 2001 From: Jake Date: Sat, 18 Jul 2015 00:46:24 -0500 Subject: [PATCH] Renders are no longer in beta, encode default url --- lib/views/index.jade | 3 +-- lib/views/layout.jade | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/views/index.jade b/lib/views/index.jade index a0a7218..7ef14c7 100644 --- a/lib/views/index.jade +++ b/lib/views/index.jade @@ -98,7 +98,7 @@ block content .example #{domain}/avatars/jeb_?default=alex p.preview Jeb's avatar, or fall back to alex (this example assumes jeb_ does not exist) #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 (this example assumes jeb_ does not exist) p.preview-placeholder @@ -112,7 +112,6 @@ block content h3 3D Renders p | Crafatar also provides support for 3D renders of Minecraft skins.
- | Please note that this feature is currently beta!
| Replace mark.green userid | with a Mojang UUID or username to get a render of the skin. diff --git a/lib/views/layout.jade b/lib/views/layout.jade index db64da5..0eef6f8 100644 --- a/lib/views/layout.jade +++ b/lib/views/layout.jade @@ -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')