mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-21 11:39:43 +00:00
[site] Appledoc header link; OG tags.
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
<meta name="viewport" content="width=device-width initial-scale=1" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<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="https://github.com/facebook/AsyncDisplayKit/raw/master/docs/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>
|
||||
<meta name="description" content="{{ site.description }}">
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
|
||||
<div class="trigger">
|
||||
<a class="page-link{% if page.sectionid == 'docs' %} page-link-active{% endif %}" href="{{ site.baseurl }}/guide">guide</a>
|
||||
<a class="page-link" href="{{ site.baseurl }}/appledoc">appledoc</a>
|
||||
<a class="page-link" href="https://github.com/facebook/AsyncDisplayKit">github</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user