Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-expo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2014-02-04 01:55:17 +0400
committerMark Otto <otto@github.com>2014-02-04 01:55:17 +0400
commit4b7f4b9891b36ce57581c71aab2190e0c59aa7a4 (patch)
tree6f53761ffaba0989c7ad0a109e8893ee03a33770 /_includes
parente5787ea50aab5882b96cfebe424bd71f2ec96536 (diff)
slight refactor
Diffstat (limited to '_includes')
-rw-r--r--_includes/resource-entry.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/_includes/resource-entry.html b/_includes/resource-entry.html
new file mode 100644
index 0000000..33b4ad7
--- /dev/null
+++ b/_includes/resource-entry.html
@@ -0,0 +1,4 @@
+<li>
+ <a href="{{ post.source }}" target="_blank">{{ post.title }}</a>
+ <span class="resource-description">{{ post.content }}</span>
+</li>