Skip to content

Commit 4ef522c

Browse files
author
Justin Tulloss
committed
post and formatting tweaks
1 parent 79da1f8 commit 4ef522c

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

Components/App/App.less

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
.App {
2+
> h1 {
3+
text-align: center;
4+
}
25
.content {
36
max-width: 720px;
47
margin: 0 auto;

Components/Home/Home.bg.html

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<ol>
2-
{% ctx.each(function(model) { %}
3-
{! new R.Components.Post({ postId: model.get('slug') }) !}
4-
<hr />
5-
{% }); %}
6-
</ol>
1+
{% ctx.each(function(model) { %}
2+
{! new R.Components.Post({ postId: model.get('slug') }) !}
3+
<hr />
4+
{% }); %}

posts/another.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Title
2-
-----
1+
[Title](/post/another/)
2+
=====
3+
4+
##### By Justin Tulloss
35

46
*Another post*
57

posts/hello.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Welcome to the Rdio engineering blog!
1+
[Welcome to the Rdio engineering blog!](/post/hello/)
22
=====================================
33

44
##### By [Justin Tulloss][1] on March 01, 2013

0 commit comments

Comments
 (0)