Browse Source

Renders are no longer in beta, encode default url

Jake 10 years ago
parent
commit
2515575f25
2 changed files with 2 additions and 3 deletions
  1. 1 2
      lib/views/index.jade
  2. 1 1
      lib/views/layout.jade

+ 1 - 2
lib/views/index.jade

@@ -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.

+ 1 - 1
lib/views/layout.jade

@@ -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')