diff --git a/source/articles/index.html.erb b/source/articles/index.html.erb index 507a54e2..d74b333a 100644 --- a/source/articles/index.html.erb +++ b/source/articles/index.html.erb @@ -5,7 +5,7 @@ title: "TryRuby Articles"
<% blog.articles.each do |article| %> -

<%= link_to article.title, article.url %>

+

<%= link_to article.title, article.url %>

<%= article.data.the_summary %>

<% end %>
diff --git a/source/images/header-ruby-logo.svg b/source/images/header-ruby-logo.svg new file mode 100644 index 00000000..33e00093 --- /dev/null +++ b/source/images/header-ruby-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/layouts/_navbar.html.erb b/source/layouts/_navbar.html.erb index 53fb16ce..2d29d55d 100644 --- a/source/layouts/_navbar.html.erb +++ b/source/layouts/_navbar.html.erb @@ -1,6 +1,7 @@