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