Skip to content

Commit 16cbfed

Browse files
committed
Tags with associated posts page.
1 parent 8a26d2b commit 16cbfed

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

_posts/2011-04-19-web-socket-are-you-plugged.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: RESThub 1.1
3+
title: Web Socket - Are you plugged ?
44
author: Sébastien Deleuze
55
tags: [java, javascript, mythicforge, graniteds, jetty, JMS, STOMP, websocket]
66
---

tags.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: default
3+
title: Pull Request
4+
---
5+
<h1>Liste des tags</h1>
6+
<ul>
7+
{% for tag in site.tags %}
8+
<li id="{{ tag[0] }}">{{ tag[0] }}:
9+
<ul>
10+
{% for post in tag[1] %}
11+
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
12+
{% endfor %}
13+
</ul>
14+
</li>
15+
{% endfor %}
16+
</ul>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy