mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-17 03:40:18 +00:00
New base url for new site
This commit is contained in:
parent
fd9f127fc9
commit
0c8480b6e6
@ -1,8 +1,8 @@
|
|||||||
# Site settings
|
# Site settings
|
||||||
title: AsyncDisplayKit
|
title: AsyncDisplayKit
|
||||||
description: Smooth asynchronous user interfaces for iOS apps.
|
description: Smooth asynchronous user interfaces for iOS apps.
|
||||||
baseurl: "/AsyncDisplayKit"
|
baseurl: ""
|
||||||
url: "http://facebook.github.io"
|
url: "http://asyncdisplaykit.org"
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
highlighter: pygments
|
highlighter: pygments
|
||||||
|
|||||||
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
<meta property="og:title" content="{% if page.title %}{{ page.title }} — {% endif %}AsyncDisplayKit">
|
<meta property="og:title" content="{% if page.title %}{{ page.title }} — {% endif %}AsyncDisplayKit">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="http://facebook.github.io/AsyncDisplayKit{{ page.url }}">
|
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
|
||||||
<meta property="og:image" content="http://facebook.github.io/AsyncDisplayKit/assets/logo-square.png">
|
<meta property="og:image" content="{{ site.url }}/assets/logo-square.png">
|
||||||
<meta property="og:description" content="Smooth asynchronous user interfaces for iOS apps">
|
<meta property="og:description" content="Smooth asynchronous user interfaces for iOS apps">
|
||||||
|
|
||||||
<title>{% if page.title %}{{ page.title }} — {% endif %}AsyncDisplayKit</title>
|
<title>{% if page.title %}{{ page.title }} — {% endif %}AsyncDisplayKit</title>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user