We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0099d commit 53caf1dCopy full SHA for 53caf1d
github/index.html
@@ -115,7 +115,7 @@ <h3>Stars</h3>
115
</div>
116
117
118
- <div v-if="repos_pushed" class="padh padv">
+ <div v-if="repos_pushed.length" class="padh padv">
119
<h2 id="repos">Repositories</h2>
120
<table>
121
<thead>
rss.xml
@@ -3,7 +3,7 @@
3
<channel><title>RSS Feed</title>
4
<link>http://localhost:8080</link>
5
<description>RSS Feed</description>
6
- <lastBuildDate>Wed, 29 May 2019 01:13:40 </lastBuildDate>
+ <lastBuildDate>Wed, 29 May 2019 01:23:37 </lastBuildDate>
7
<generator>Logya</generator>
8
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
9
<item>
0 commit comments