diff --git a/content/event/eclipse-day-dresden.md b/content/event/eclipse-day-dresden.md index dce83ce67ca3d41ba2ec52d8cf9619a11e1013c3..ecbf58f00f6d6fecd26c185ebb3dc29b513e49fa 100644 --- a/content/event/eclipse-day-dresden.md +++ b/content/event/eclipse-day-dresden.md @@ -8,4 +8,3 @@ title = "Eclipse Day Dresden" +++ -xx \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html index 59d8edde3b20f3896b96808e356808894bc76165..e9f3e3df58902200dac92169220153d6186a986f 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -255,7 +255,7 @@ <div class="row"> - {{ range first 4 .Data.Pages }} {{ if eq .Type "event"}} + {{ range first 4 .Data.Pages.ByDate }} {{ if eq .Type "event"}} <div class="col-sm-6"> <a href="{{ .Params.link }}" target="_blank"> diff --git a/public/event/index.xml b/public/event/index.xml index 0fc380f00c7b44902ce6d2ddf825d8b7ae342aeb..71620d619d155bb5e32b1b17253a29543f62dd83 100644 --- a/public/event/index.xml +++ b/public/event/index.xml @@ -15,8 +15,7 @@ <pubDate>Wed, 18 Mar 2015 00:00:00 UTC</pubDate> <guid>/event/eclipse-day-dresden/</guid> - <description><p>xx</p> -</description> + <description></description> </item> <item> diff --git a/public/index.html b/public/index.html index ff56cf066be27fe5a392a2e0c6446e772b97f334..11f348c44144aa44e16249ea0cd644be7327c066 100644 --- a/public/index.html +++ b/public/index.html @@ -244,16 +244,16 @@ <div class="row"> - + <div class="col-sm-6"> - <a href="http://iotday.dd-eclipse.de/" target="_blank"> + <a href="http://www.eclipsecon.org/na2015" target="_blank"> <div class="upcoming-events-item"> <h3> - Eclipse Day Dresden<br> - <span class="date">Mar 18, 2015</span> + EclipseCon NA 2015<br> + <span class="date">Mar 9-12, 2015</span> </h3> - <p>Dresden, Germany</p> + <p>Burlingame, CA</p> </div> </a> </div> @@ -262,19 +262,19 @@ <div class="col-sm-6"> - <a href="http://www.eclipsecon.org/na2015" target="_blank"> + <a href="http://iotday.dd-eclipse.de/" target="_blank"> <div class="upcoming-events-item"> <h3> - EclipseCon NA 2015<br> - <span class="date">Mar 9-12, 2015</span> + Eclipse Day Dresden<br> + <span class="date">Mar 18, 2015</span> </h3> - <p>Burlingame, CA</p> + <p>Dresden, Germany</p> </div> </a> </div> - + </div> diff --git a/public/index.xml b/public/index.xml index 1ad0b17028fae8a5079aae1efc6bd1875b9742ae..ca2650de155febca78fe2c3beadf62bf2ac4ac73 100644 --- a/public/index.xml +++ b/public/index.xml @@ -7,15 +7,15 @@ - <updated>Wed, 18 Mar 2015 00:00:00 UTC</updated> + <updated>Thu, 05 Mar 2015 12:16:25 CET</updated> <item> - <title>Eclipse Day Dresden</title> - <link>/event/eclipse-day-dresden/</link> - <pubDate>Wed, 18 Mar 2015 00:00:00 UTC</pubDate> + <title>first</title> + <link>/post/first/</link> + <pubDate>Thu, 05 Mar 2015 12:16:25 CET</pubDate> - <guid>/event/eclipse-day-dresden/</guid> - <description><p>xx</p> + <guid>/post/first/</guid> + <description><p>When faced with the same need, I past the lwm2m_context_t pointer in the object lwm2m_object_t::userData (directly on inside a struct). See code snippets below.</p> </description> </item> @@ -29,13 +29,12 @@ </item> <item> - <title>first</title> - <link>/post/first/</link> - <pubDate>Thu, 05 Mar 2015 12:16:25 CET</pubDate> + <title>Eclipse Day Dresden</title> + <link>/event/eclipse-day-dresden/</link> + <pubDate>Wed, 18 Mar 2015 00:00:00 UTC</pubDate> - <guid>/post/first/</guid> - <description><p>When faced with the same need, I past the lwm2m_context_t pointer in the object lwm2m_object_t::userData (directly on inside a struct). See code snippets below.</p> -</description> + <guid>/event/eclipse-day-dresden/</guid> + <description></description> </item> </channel> diff --git a/public/sitemap.xml b/public/sitemap.xml index 46a75953eb831cbb8484a53651aeb0c694674d96..b89f82afd7e9c5cf6b4a00d1366ef7331cc392a9 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -8,8 +8,8 @@ </url> <url> - <loc>/event/eclipse-day-dresden/</loc> - <lastmod>2015-03-18T00:00:00+00:00</lastmod> + <loc>/post/first/</loc> + <lastmod>2015-03-05T12:16:25+01:00</lastmod> </url> <url> @@ -18,8 +18,8 @@ </url> <url> - <loc>/post/first/</loc> - <lastmod>2015-03-05T12:16:25+01:00</lastmod> + <loc>/event/eclipse-day-dresden/</loc> + <lastmod>2015-03-18T00:00:00+00:00</lastmod> </url> </urlset> \ No newline at end of file