add link to this repo on index

Changed files
+1 -1
app
views
articles
+1 -1
app/views/articles/index.html.erb
··· 39 39 40 40 <hr> 41 41 42 - <p><%= link_to "tags", tags_path %> | <a href="/articles.rss">rss</a> | <%= Article.public_count %> total articles </p> 42 + <p><%= link_to "tags", tags_path %> | <a href="/articles.rss">rss</a> | <a href="https://github.com/xxwhirlpool/bubblegum">source</a> | <%= Article.public_count %> total articles </p> 43 43 44 44 <ul> 45 45 <% Article.all.each do |article| %>