<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hyde/layouts/partials/sidebar.html, branch master</title>
<subtitle>Hyde hugo theme</subtitle>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/hyde/'/>
<entry>
<title>fix(partials/sidebar): Use more semantic elements</title>
<updated>2018-08-27T19:56:32+00:00</updated>
<author>
<name>Sorin Davidoi</name>
<email>sorin.davidoi@protonmail.com</email>
</author>
<published>2018-08-27T19:33:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/hyde/commit/?id=6f03ab30550073c2ba98a3e2fd67f26ccfc19e5b'/>
<id>6f03ab30550073c2ba98a3e2fd67f26ccfc19e5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trim more whitespace in template logic</title>
<updated>2017-09-07T19:43:11+00:00</updated>
<author>
<name>digitalcraftsman</name>
<email>digitalcraftsman@protonmail.com</email>
</author>
<published>2017-09-07T19:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/hyde/commit/?id=fe56862a539d0196b4c6e852d3fa31e0768733c9'/>
<id>fe56862a539d0196b4c6e852d3fa31e0768733c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use .Site.BaseURL to generate sidebar "Home" link</title>
<updated>2017-05-26T20:17:53+00:00</updated>
<author>
<name>Vivek Ghaisas</name>
<email>v.a.ghaisas@gmail.com</email>
</author>
<published>2017-05-26T20:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/hyde/commit/?id=e199c3b532f168a2f65e91970544fd7782e133cb'/>
<id>e199c3b532f168a2f65e91970544fd7782e133cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replacing deprecated function call with now preferred version (#39)</title>
<updated>2017-03-25T11:09:32+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>olsio@users.noreply.github.com</email>
</author>
<published>2017-03-25T11:09:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/hyde/commit/?id=6404f691fa0969a149340a5a1c650e9a282fd547'/>
<id>6404f691fa0969a149340a5a1c650e9a282fd547</id>
<content type='text'>
Using the old call was producing the following Warning:

WARNING: Page's Now is deprecated and will be removed in a future
release. Use now (the template func).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the old call was producing the following Warning:

WARNING: Page's Now is deprecated and will be removed in a future
release. Use now (the template func).</pre>
</div>
</content>
</entry>
<entry>
<title>Linking the title in the sidebar to home</title>
<updated>2015-07-13T21:45:26+00:00</updated>
<author>
<name>digitalcraftsman</name>
<email>Unknown</email>
</author>
<published>2015-06-02T16:58:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/hyde/commit/?id=c87ec5559f42637dc3663625da99a5d7f1dbf532'/>
<id>c87ec5559f42637dc3663625da99a5d7f1dbf532</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced .Url with .URL in sidebar.html</title>
<updated>2015-06-25T19:54:21+00:00</updated>
<author>
<name>digitalcraftsman</name>
<email>digitalcraftsman@users.noreply.github.com</email>
</author>
<published>2015-06-25T19:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/hyde/commit/?id=884e8edcd960bddc506f7eb4a7e89a4b2575d99a'/>
<id>884e8edcd960bddc506f7eb4a7e89a4b2575d99a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lowercase variables for .Site.Params</title>
<updated>2015-01-05T11:22:06+00:00</updated>
<author>
<name>philgs</name>
<email>phil.gs@gmail.com</email>
</author>
<published>2015-01-05T11:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/hyde/commit/?id=9ea795e148e3dd484509484a6dae03a8fd0c2e0a'/>
<id>9ea795e148e3dd484509484a6dae03a8fd0c2e0a</id>
<content type='text'>
Variables under .Site.Params are accessed with all lower-case identifiers. Hugo won't find them with an upper-case first letter, regardless of how they're formatted in the site `config` file.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Variables under .Site.Params are accessed with all lower-case identifiers. Hugo won't find them with an upper-case first letter, regardless of how they're formatted in the site `config` file.</pre>
</div>
</content>
</entry>
<entry>
<title>renaming chrome to partials</title>
<updated>2014-05-23T20:44:37+00:00</updated>
<author>
<name>spf13</name>
<email>steve.francia@gmail.com</email>
</author>
<published>2014-05-23T20:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/hyde/commit/?id=9989bda110761c73591d6aecfd2a57c50df9290f'/>
<id>9989bda110761c73591d6aecfd2a57c50df9290f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
