Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
asyd committed Apr 6, 2013
1 parent 540711a commit 7cba13d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
config.ini
/config.ini
6 changes: 2 additions & 4 deletions theme/index.html.genshi
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@
</py:for>

<div class="sidebar">
<img src="images/logo.png" width="136" height="136" alt=""/>

<h2>Subscriptions</h2>
<h2>Abonnements</h2>
<ul>
<li py:for="feed in feeds">
<a py:for="link in feed.links" py:if="link.rel == 'self' and
Expand All @@ -69,9 +68,8 @@
</ul>

<p>
<strong>Last updated:</strong><br/>
<strong>Dernière mise à jour</strong><br/>
$feed.updated<br/>
<em>All times are UTC.</em><br/>
<br/>
Powered by:<br/>
<a href="http://intertwingly.net/code/venus/"><img src="images/venus.png" width="80" height="15" alt="Planet Venus" border="0"/></a>
Expand Down

0 comments on commit 7cba13d

Please sign in to comment.