Skip to content

Commit

Permalink
Added ruby-compendium tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
h3rald committed Aug 7, 2011
1 parent 4254281 commit 740f2dc
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/articles/ruby-compendium-020.glyph
@@ -1,6 +1,6 @@
-----
:title: "Ruby Compendium v0.2.0 released"
:subtitle: "With up-to-date ruby implementations, more resources, and online version"
:subtitle: "With up-to-date Ruby implementations, more resources, and online version"
:image: /img/pictures/ruby.png
:type: article
:date: 2011-08-07 18:01:52.573674 +02:00
Expand Down
6 changes: 6 additions & 0 deletions content/tags/ruby-compendium-atom.xml
@@ -0,0 +1,6 @@
-----
:type: feed
:permalink: tags/ruby-compendium/atom
:title: H3RALD - Tag 'ruby-compendium' (Atom Feed)
-----
<%= atom_feed(:articles => articles_tagged_with('ruby-compendium'))%>
6 changes: 6 additions & 0 deletions content/tags/ruby-compendium-rss.xml
@@ -0,0 +1,6 @@
-----
:type: feed
:permalink: tags/ruby-compendium/rss
:title: H3RALD - Tag 'ruby-compendium' (RSS Feed)
-----
<%= rss_feed(:articles => articles_tagged_with('ruby-compendium'))%>
17 changes: 17 additions & 0 deletions content/tags/ruby-compendium.textile
@@ -0,0 +1,17 @@
-----
:type: page
:permalink: ruby-compendium
:filters_pre:
- erb
:title: "Tag: ruby-compendium"
:feed: /tags/ruby-compendium/
:feed_title: Tag 'ruby-compendium'
-----

<p>2 items are tagged with <em>ruby-compendium</em>:</p>
<ul>
<% articles_tagged_with('ruby-compendium').each do |a| %>
<%= render 'dated_article', :article => a %>
<% end %>
</ul>

0 comments on commit 740f2dc

Please sign in to comment.