Skip to content

Commit b5c445c

Browse files
committed
favicon
1 parent 41ab682 commit b5c445c

File tree

25 files changed

+2098
-38
lines changed

25 files changed

+2098
-38
lines changed

about/index.html

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -95,30 +95,12 @@ <h1 class="post__title">About us</h1>
9595
</article>
9696
</main>
9797

98+
<div class="addthis_inline_share_toolbox"></div>
99+
100+
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-123456789ABCDEF" async></script>
101+
98102

99103

100-
<section class="comments">
101-
<div id="disqus_thread"></div>
102-
<script type="application/javascript">
103-
var disqus_config = function () {
104-
105-
106-
107-
};
108-
(function() {
109-
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
110-
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
111-
return;
112-
}
113-
var d = document, s = d.createElement('script'); s.async = true;
114-
s.src = '//' + "rustinblockchain" + '.disqus.com/embed.js';
115-
s.setAttribute('data-timestamp', +new Date());
116-
(d.head || d.body).appendChild(s);
117-
})();
118-
</script>
119-
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
120-
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
121-
</section>
122104

123105

124106
</div>

apple-touch-icon.png

6.72 KB
Loading

blogposts/call-for-contributors/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ <h1 class="post__title">Call for Contributors</h1>
109109
</article>
110110
</main>
111111

112+
<div class="addthis_inline_share_toolbox"></div>
113+
114+
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-123456789ABCDEF" async></script>
115+
116+
112117

113118

114119
<section class="comments">

blogposts/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7-
<title>blogposts - Rust in Blockchain</title>
7+
<title>Blog posts - Rust in Blockchain</title>
88
<script>(function(d,e){d[e]=d[e].replace("no-js","js");})(document.documentElement,"className");</script>
9-
<meta name="description" content="Example article description">
10-
<meta property="og:title" content="blogposts" />
11-
<meta property="og:description" content="Example article description" />
9+
<meta name="description" content="Blog posts for Rust in Blockchain">
10+
<meta property="og:title" content="Blog posts" />
11+
<meta property="og:description" content="Blog posts for Rust in Blockchain" />
1212
<meta property="og:type" content="website" />
1313
<meta property="og:url" content="https://rustinblockchain.org/blogposts/" />
14-
<meta property="og:updated_time" content="2017-08-21T00:00:00+00:00" />
14+
<meta property="og:updated_time" content="2019-07-28T00:00:00+00:00" />
1515

1616
<meta name="twitter:card" content="summary"/>
17-
<meta name="twitter:title" content="blogposts"/>
18-
<meta name="twitter:description" content="Example article description"/>
17+
<meta name="twitter:title" content="Blog posts"/>
18+
<meta name="twitter:description" content="Blog posts for Rust in Blockchain"/>
1919

2020
<link rel="dns-prefetch" href="//fonts.googleapis.com">
2121
<link rel="dns-prefetch" href="//fonts.gstatic.com">
@@ -73,7 +73,7 @@
7373

7474
<main class="main list" role="main">
7575
<header class="main__header">
76-
<h1 class="main__title">blogposts</h1>
76+
<h1 class="main__title">Blog posts</h1>
7777
</header><article class="list__item post">
7878
<header class="list__header">
7979
<h3 class="list__title post__title ">

blogposts/index.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
4-
<title>blogposts on Rust in Blockchain</title>
4+
<title>Blog posts on Rust in Blockchain</title>
55
<link>https://rustinblockchain.org/blogposts/</link>
6-
<description>Recent content in blogposts on Rust in Blockchain</description>
6+
<description>Recent content in Blog posts on Rust in Blockchain</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Mon, 21 Aug 2017 00:00:00 +0000</lastBuildDate>
9+
<lastBuildDate>Sun, 28 Jul 2019 00:00:00 +0000</lastBuildDate>
1010

1111
<atom:link href="https://rustinblockchain.org/blogposts/index.xml" rel="self" type="application/rss+xml" />
1212

favicon.ico

13.4 KB
Binary file not shown.

logo/RIB-logo-horizontal.png

39.7 KB
Loading

logo/RIB-logo-horizontal.svg

Lines changed: 76 additions & 0 deletions
Loading

logo/RIB-logo-shape.png

17.4 KB
Loading

logo/RIB-logo-shape.svg

Lines changed: 22 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)