diff --git a/content/event/eclipse-day-dresden.md b/content/event/eclipse-day-dresden.md
new file mode 100644
index 0000000000000000000000000000000000000000..dce83ce67ca3d41ba2ec52d8cf9619a11e1013c3
--- /dev/null
+++ b/content/event/eclipse-day-dresden.md
@@ -0,0 +1,11 @@
++++
+type = "event"
+date = "2015-03-18"
+event_date = "Mar 18, 2015"
+link = "http://iotday.dd-eclipse.de/"
+location = "Dresden, Germany"
+title = "Eclipse Day Dresden"
+
++++
+
+xx
\ No newline at end of file
diff --git a/content/event/xx.md b/content/event/eclipsecon2015.md
similarity index 98%
rename from content/event/xx.md
rename to content/event/eclipsecon2015.md
index 408e67f12e3629a7744b1b8601cc543aa598e8d6..5e6d66a1efac41c7d06d037a442168fa4fd6c20f 100644
--- a/content/event/xx.md
+++ b/content/event/eclipsecon2015.md
@@ -7,5 +7,3 @@ location = "Burlingame, CA"
 title = "EclipseCon NA 2015"
 
 +++
-
-xx
\ No newline at end of file
diff --git a/layouts/index.html b/layouts/index.html
index de02a47e4bff8a955096bef0417b184f2ccb1231..59d8edde3b20f3896b96808e356808894bc76165 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -262,9 +262,9 @@
                     <div class="upcoming-events-item">
                       <h3>
                       {{ .Title }}<br>
-                      <span class="date">Mar 9-12, 2015</span>
+                      <span class="date">{{ .Params.event_date }}</span>
                       </h3>
-                      <p>{{ .Params.Location }}</p>
+                      <p>{{ .Params.location }}</p>
                     </div>
                   </a>
                 </div>
diff --git a/public/event/index.xml b/public/event/index.xml
index 4085649c2c9f29ae89072a05c4b3a61d9aea3227..0fc380f00c7b44902ce6d2ddf825d8b7ae342aeb 100644
--- a/public/event/index.xml
+++ b/public/event/index.xml
@@ -7,17 +7,26 @@
     
     
     
-    <updated>Mon, 09 Mar 2015 00:00:00 UTC</updated>
+    <updated>Wed, 18 Mar 2015 00:00:00 UTC</updated>
     
     <item>
-      <title>EclipseCon NA 2015</title>
-      <link>/event/xx/</link>
-      <pubDate>Mon, 09 Mar 2015 00:00:00 UTC</pubDate>
+      <title>Eclipse Day Dresden</title>
+      <link>/event/eclipse-day-dresden/</link>
+      <pubDate>Wed, 18 Mar 2015 00:00:00 UTC</pubDate>
       
-      <guid>/event/xx/</guid>
+      <guid>/event/eclipse-day-dresden/</guid>
       <description>&lt;p&gt;xx&lt;/p&gt;
 </description>
     </item>
     
+    <item>
+      <title>EclipseCon NA 2015</title>
+      <link>/event/eclipsecon2015/</link>
+      <pubDate>Mon, 09 Mar 2015 00:00:00 UTC</pubDate>
+      
+      <guid>/event/eclipsecon2015/</guid>
+      <description></description>
+    </item>
+    
   </channel>
 </rss>
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index c706ac48365797e8afc1fdf6e9350b5f51d4e3fb..ff56cf066be27fe5a392a2e0c6446e772b97f334 100644
--- a/public/index.html
+++ b/public/index.html
@@ -246,6 +246,21 @@
 
                  
 
+                <div class="col-sm-6">
+                  <a href="http://iotday.dd-eclipse.de/" target="_blank">
+                    <div class="upcoming-events-item">
+                      <h3>
+                      Eclipse Day Dresden<br>
+                      <span class="date">Mar 18, 2015</span>
+                      </h3>
+                      <p>Dresden, Germany</p>
+                    </div>
+                  </a>
+                </div>
+
+
+                  
+
                 <div class="col-sm-6">
                   <a href="http://www.eclipsecon.org/na2015" target="_blank">
                     <div class="upcoming-events-item">
@@ -253,7 +268,7 @@
                       EclipseCon NA 2015<br>
                       <span class="date">Mar 9-12, 2015</span>
                       </h3>
-                      <p></p>
+                      <p>Burlingame, CA</p>
                     </div>
                   </a>
                 </div>
diff --git a/public/index.xml b/public/index.xml
index ac126e3e92a0f62f0ad1cc0ecbcd0f1666631739..1ad0b17028fae8a5079aae1efc6bd1875b9742ae 100644
--- a/public/index.xml
+++ b/public/index.xml
@@ -7,18 +7,27 @@
     
     
     
-    <updated>Mon, 09 Mar 2015 00:00:00 UTC</updated>
+    <updated>Wed, 18 Mar 2015 00:00:00 UTC</updated>
     
     <item>
-      <title>EclipseCon NA 2015</title>
-      <link>/event/xx/</link>
-      <pubDate>Mon, 09 Mar 2015 00:00:00 UTC</pubDate>
+      <title>Eclipse Day Dresden</title>
+      <link>/event/eclipse-day-dresden/</link>
+      <pubDate>Wed, 18 Mar 2015 00:00:00 UTC</pubDate>
       
-      <guid>/event/xx/</guid>
+      <guid>/event/eclipse-day-dresden/</guid>
       <description>&lt;p&gt;xx&lt;/p&gt;
 </description>
     </item>
     
+    <item>
+      <title>EclipseCon NA 2015</title>
+      <link>/event/eclipsecon2015/</link>
+      <pubDate>Mon, 09 Mar 2015 00:00:00 UTC</pubDate>
+      
+      <guid>/event/eclipsecon2015/</guid>
+      <description></description>
+    </item>
+    
     <item>
       <title>first</title>
       <link>/post/first/</link>
diff --git a/public/sitemap.xml b/public/sitemap.xml
index af52a7f851741ce58ce2daef36db82c80155905f..46a75953eb831cbb8484a53651aeb0c694674d96 100644
--- a/public/sitemap.xml
+++ b/public/sitemap.xml
@@ -3,12 +3,17 @@
   
   <url>
     <loc>/</loc>
-    <lastmod>2015-03-09T00:00:00+00:00</lastmod>
+    <lastmod>2015-03-18T00:00:00+00:00</lastmod>
     <priority>0</priority>
   </url>
   
   <url>
-    <loc>/event/xx/</loc>
+    <loc>/event/eclipse-day-dresden/</loc>
+    <lastmod>2015-03-18T00:00:00+00:00</lastmod>
+  </url>
+  
+  <url>
+    <loc>/event/eclipsecon2015/</loc>
     <lastmod>2015-03-09T00:00:00+00:00</lastmod>
   </url>