Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Latest commit

 

History

History
History
33 lines (32 loc) · 874 Bytes

File metadata and controls

33 lines (32 loc) · 874 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
layout: full
title: Learn Ruby
cat: learnruby
---
{% for post in site.categories.learnruby %}
<article class="post">
<header class="prime">
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
<ul class="post-meta">
<li><a href="{{ post.url }}">{{ post.date || date_to_string }}</a></li>
<li><a href="{{ post.url }}">By {{ post.author }}</a></li>
</ul>
</header>
<div class="post-preview">
{% if post.image %}
{% assign preview_class = "with-image" %}
<div class="image-post">
<img src="{{ post.image }}">
</div>
{% endif %}
{% if post.excerpt %}
{{ post.excerpt }}
{% else %}
{{ post.content }}
{% endif %}
{% if post.excerpt %}
<a class="more" href="{{ post.url }}">Read more</a>
{% endif %}
</div>
</article>
{% endfor %}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.