Modified footer to say 'Based On'

This commit is contained in:
Logen Kain 2017-05-17 20:20:48 -07:00
parent 5e37485f8a
commit 896185ef02
10 changed files with 26 additions and 26 deletions

View File

@ -1,5 +1,5 @@
<div align="center" class="footer"> <div align="center" class="footer">
<a href="{{ site.theme.link }}" target="_blank" title="naringu">{{ site.theme.codename }}</a> is designed by {{ site.theme.creator }}<br />Copyright © {{ site.time | date: '%Y' }} <br> Based on <a href="{{ site.theme.link }}" target="_blank" title="naringu">{{ site.theme.codename }}</a> designed by {{ site.theme.creator }}<br />Copyright © {{ site.time | date: '%Y' }} <br>
</div> </div>
</body> </body>
</html> </html>

View File

@ -137,7 +137,7 @@
</script> </script>
<div align="center" class="footer"> <div align="center" class="footer">
<a href="https://github.com/ariestiyansyah/naringu" target="_blank" title="naringu">Naringu</a> is designed by Rizky Ariestiyansyah<br />Copyright © 2017 <br> Based on <a href="https://github.com/ariestiyansyah/naringu" target="_blank" title="naringu">Naringu</a> designed by Rizky Ariestiyansyah<br />Copyright © 2017 <br>
</div> </div>
</body> </body>
</html> </html>

View File

@ -138,7 +138,7 @@
</script> </script>
<div align="center" class="footer"> <div align="center" class="footer">
<a href="https://github.com/ariestiyansyah/naringu" target="_blank" title="naringu">Naringu</a> is designed by Rizky Ariestiyansyah<br />Copyright © 2017 <br> Based on <a href="https://github.com/ariestiyansyah/naringu" target="_blank" title="naringu">Naringu</a> designed by Rizky Ariestiyansyah<br />Copyright © 2017 <br>
</div> </div>
</body> </body>
</html> </html>

View File

@ -2,10 +2,10 @@
<feed xmlns="http://www.w3.org/2005/Atom"> <feed xmlns="http://www.w3.org/2005/Atom">
<title>Foss Times</title> <title>Foss Times</title>
<link href="/atom.xml" rel="self"/> <link href="http://localhost:4000/atom.xml" rel="self"/>
<link href="/"/> <link href="http://localhost:4000/"/>
<updated>2017-05-17T20:16:21-07:00</updated> <updated>2017-05-17T20:20:04-07:00</updated>
<id></id> <id>http://localhost:4000</id>
<author> <author>
<name>Logen Kain</name> <name>Logen Kain</name>
<email>fosstimes@sudotask.com</email> <email>fosstimes@sudotask.com</email>
@ -14,9 +14,9 @@
<entry> <entry>
<title>Hello Naringu!</title> <title>Hello Naringu!</title>
<link href="/naringu/2015/02/21/Hello-Naringu/"/> <link href="http://localhost:4000/naringu/2015/02/21/Hello-Naringu/"/>
<updated>2015-02-21T00:00:00-07:00</updated> <updated>2015-02-21T00:00:00-07:00</updated>
<id>/naringu/2015/02/21/Hello-Naringu</id> <id>http://localhost:4000/naringu/2015/02/21/Hello-Naringu</id>
<content type="html">&lt;p&gt;Naringu is a hacker like jekyll dark theme, its based on &lt;a href=&quot;http://getpoole.com&quot;&gt;Poole&lt;/a&gt;, the Jekyll butler.&lt;/p&gt; <content type="html">&lt;p&gt;Naringu is a hacker like jekyll dark theme, its based on &lt;a href=&quot;http://getpoole.com&quot;&gt;Poole&lt;/a&gt;, the Jekyll butler.&lt;/p&gt;
&lt;h3 id=&quot;built-on-poole&quot;&gt;Built on Poole&lt;/h3&gt; &lt;h3 id=&quot;built-on-poole&quot;&gt;Built on Poole&lt;/h3&gt;
@ -60,9 +60,9 @@
<entry> <entry>
<title>Example content</title> <title>Example content</title>
<link href="/naringu/2014/01/01/example-content/"/> <link href="http://localhost:4000/naringu/2014/01/01/example-content/"/>
<updated>2014-01-01T00:00:00-07:00</updated> <updated>2014-01-01T00:00:00-07:00</updated>
<id>/naringu/2014/01/01/example-content</id> <id>http://localhost:4000/naringu/2014/01/01/example-content</id>
<content type="html">&lt;div class=&quot;message&quot;&gt; <content type="html">&lt;div class=&quot;message&quot;&gt;
Howdy! This is an example blog post that shows several types of HTML content supported in this theme. Howdy! This is an example blog post that shows several types of HTML content supported in this theme.
&lt;/div&gt; &lt;/div&gt;
@ -192,9 +192,9 @@
<entry> <entry>
<title>What's Jekyll?</title> <title>What's Jekyll?</title>
<link href="/naringu/2013/12/31/whats-jekyll/"/> <link href="http://localhost:4000/naringu/2013/12/31/whats-jekyll/"/>
<updated>2013-12-31T00:00:00-07:00</updated> <updated>2013-12-31T00:00:00-07:00</updated>
<id>/naringu/2013/12/31/whats-jekyll</id> <id>http://localhost:4000/naringu/2013/12/31/whats-jekyll</id>
<content type="html">&lt;p&gt;&lt;a href=&quot;http://jekyllrb.com&quot;&gt;Jekyll&lt;/a&gt; is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From &lt;a href=&quot;https://github.com/mojombo/jekyll/blob/master/README.markdown&quot;&gt;the projects readme&lt;/a&gt;:&lt;/p&gt; <content type="html">&lt;p&gt;&lt;a href=&quot;http://jekyllrb.com&quot;&gt;Jekyll&lt;/a&gt; is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From &lt;a href=&quot;https://github.com/mojombo/jekyll/blob/master/README.markdown&quot;&gt;the projects readme&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt; &lt;blockquote&gt;

View File

@ -173,7 +173,7 @@
</script> </script>
<div align="center" class="footer"> <div align="center" class="footer">
<a href="https://github.com/ariestiyansyah/naringu" target="_blank" title="naringu">Naringu</a> is designed by Rizky Ariestiyansyah<br />Copyright © 2017 <br> Based on <a href="https://github.com/ariestiyansyah/naringu" target="_blank" title="naringu">Naringu</a> designed by Rizky Ariestiyansyah<br />Copyright © 2017 <br>
</div> </div>
</body> </body>
</html> </html>

View File

@ -7,8 +7,8 @@
======= =======
<description>Posts categorized as 'Naringu'</description> <description>Posts categorized as 'Naringu'</description>
>>>>>>> master >>>>>>> master
<link></link> <link>http://localhost:4000</link>
<atom:link href="feed.category.xml" rel="self" type="application/rss+xml" /> <atom:link href="http://localhost:4000feed.category.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Hello Naringu!</title> <title>Hello Naringu!</title>
@ -18,8 +18,8 @@
</description> </description>
<pubDate>Sat, 21 Feb 2015 00:00:00 -0700</pubDate> <pubDate>Sat, 21 Feb 2015 00:00:00 -0700</pubDate>
<link>/naringu/2015/02/21/Hello-Naringu/</link> <link>http://localhost:4000/naringu/2015/02/21/Hello-Naringu/</link>
<guid isPermaLink="true">/naringu/2015/02/21/Hello-Naringu/</guid> <guid isPermaLink="true">http://localhost:4000/naringu/2015/02/21/Hello-Naringu/</guid>
</item> </item>
<item> <item>
@ -152,8 +152,8 @@
</description> </description>
<pubDate>Wed, 01 Jan 2014 00:00:00 -0700</pubDate> <pubDate>Wed, 01 Jan 2014 00:00:00 -0700</pubDate>
<link>/naringu/2014/01/01/example-content/</link> <link>http://localhost:4000/naringu/2014/01/01/example-content/</link>
<guid isPermaLink="true">/naringu/2014/01/01/example-content/</guid> <guid isPermaLink="true">http://localhost:4000/naringu/2014/01/01/example-content/</guid>
</item> </item>
<item> <item>
@ -171,8 +171,8 @@
</description> </description>
<pubDate>Tue, 31 Dec 2013 00:00:00 -0700</pubDate> <pubDate>Tue, 31 Dec 2013 00:00:00 -0700</pubDate>
<link>/naringu/2013/12/31/whats-jekyll/</link> <link>http://localhost:4000/naringu/2013/12/31/whats-jekyll/</link>
<guid isPermaLink="true">/naringu/2013/12/31/whats-jekyll/</guid> <guid isPermaLink="true">http://localhost:4000/naringu/2013/12/31/whats-jekyll/</guid>
</item> </item>
</channel> </channel>

View File

@ -191,7 +191,7 @@ Its an immensely useful to...</p>
</script> </script>
<div align="center" class="footer"> <div align="center" class="footer">
<a href="https://github.com/ariestiyansyah/naringu" target="_blank" title="naringu">Naringu</a> is designed by Rizky Ariestiyansyah<br />Copyright © 2017 <br> Based on <a href="https://github.com/ariestiyansyah/naringu" target="_blank" title="naringu">Naringu</a> designed by Rizky Ariestiyansyah<br />Copyright © 2017 <br>
</div> </div>
</body> </body>
</html> </html>

View File

@ -202,7 +202,7 @@
</script> </script>
<div align="center" class="footer"> <div align="center" class="footer">
<a href="https://github.com/ariestiyansyah/naringu" target="_blank" title="naringu">Naringu</a> is designed by Rizky Ariestiyansyah<br />Copyright © 2017 <br> Based on <a href="https://github.com/ariestiyansyah/naringu" target="_blank" title="naringu">Naringu</a> designed by Rizky Ariestiyansyah<br />Copyright © 2017 <br>
</div> </div>
</body> </body>
</html> </html>

View File

@ -317,7 +317,7 @@
</script> </script>
<div align="center" class="footer"> <div align="center" class="footer">
<a href="https://github.com/ariestiyansyah/naringu" target="_blank" title="naringu">Naringu</a> is designed by Rizky Ariestiyansyah<br />Copyright © 2017 <br> Based on <a href="https://github.com/ariestiyansyah/naringu" target="_blank" title="naringu">Naringu</a> designed by Rizky Ariestiyansyah<br />Copyright © 2017 <br>
</div> </div>
</body> </body>
</html> </html>

View File

@ -231,7 +231,7 @@
</script> </script>
<div align="center" class="footer"> <div align="center" class="footer">
<a href="https://github.com/ariestiyansyah/naringu" target="_blank" title="naringu">Naringu</a> is designed by Rizky Ariestiyansyah<br />Copyright © 2017 <br> Based on <a href="https://github.com/ariestiyansyah/naringu" target="_blank" title="naringu">Naringu</a> designed by Rizky Ariestiyansyah<br />Copyright © 2017 <br>
</div> </div>
</body> </body>
</html> </html>