|
@@ -2,7 +2,7 @@
|
|
|
<% var title = page.title ? page.title + ' — ' + config.title : config.title %>
|
|
|
<% var excerpt = page.excerpt ? page.excerpt.replace(/(<([^>]+)>)/ig, '').substring(0, 400) : config.description %>
|
|
|
<% var image = page.image ? page.image : 'http://uppy.io/images/uppy-social-pink.png' %>
|
|
|
-<%
|
|
|
+<%
|
|
|
if (page.series) {
|
|
|
title = page.series + ': ' + page.title
|
|
|
}
|
|
@@ -25,7 +25,7 @@ if (page.series) {
|
|
|
<meta name="twitter:description" content="<%- excerpt %>">
|
|
|
<meta property="og:image" content="<%- image %>">
|
|
|
<meta name="twitter:image" content="<%- image %>">
|
|
|
-
|
|
|
+
|
|
|
<meta name="google-site-verification" content="JxARoHXoCI8bD07pLV_u3z6xpuWNcSIZIcHEytyCkUc" />
|
|
|
|
|
|
<link rel="icon" href="<%- config.logo_icon %>" type="image/x-icon">
|
|
@@ -47,7 +47,7 @@ if (page.series) {
|
|
|
<span>Uppy is an open source project by <a class="TransloaditBar-link" href="https://transloadit.com/" target="_blank">Transloadit</a></span>
|
|
|
</div>
|
|
|
<div class="TransloaditBar-info">
|
|
|
- <a href="https://www.transloadit.com/pricing" class="TransloaditBar-info-link">Transloadit Community Plan</a>: free hosted Companion & tusd, unlimited uploading, and 5GB/mo encoding traffic!
|
|
|
+ <a href="https://transloadit.com/pricing" class="TransloaditBar-info-link">Transloadit Community Plan</a>: free hosted Companion & tusd, unlimited uploading, and 5GB/mo encoding traffic!
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -101,7 +101,7 @@ if (page.series) {
|
|
|
<script src="//kvz.github.io/on-the-githubs/js/jquery.on-the-githubs.min.js"></script>
|
|
|
<script type="text/javascript">
|
|
|
$('.on-the-githubs').onthegithubs();
|
|
|
- </script>
|
|
|
+ </script>
|
|
|
<% } %>
|
|
|
<script src="/js/common.js"></script>
|
|
|
|