diff --git a/go.mod b/go.mod
index 15c54cefd73258ab7a460ef86ae3e00090967225..2b89e4ecb73f88fb22e7d4c887586fa370d4f259 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module github.com/alexandrevicenzi/soho
+module github.com/texnokrates/soho
 
 go 1.12
diff --git a/layouts/_default/category.html b/layouts/_default/category.html
index d885ed130960ee2e2dbefceb9dbc45d2e2d4d560..74f46b0ab927bf2726dfd88c2d91e3f5c0a56a6c 100644
--- a/layouts/_default/category.html
+++ b/layouts/_default/category.html
@@ -5,7 +5,7 @@
   <li>
     <div class="flex">
       <a href="{{ .Permalink }}" class="truncate">{{ .Title }}</a>
-      <time class="nowrap" datetime="{{ .Date.Format "2006-01-02T15:04:05Z0700" }}">{{ .Date.Format "Jan 2, 2006" }}</time>
+      <time class="nowrap" datetime="{{ .Date.Format "2006-01-02T15:04:05Z0700" }}">{{ .Date.Format "2. 1. 2006" }}</time>
     </div>
   </li>
   {{- end }}
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 917ca38a6dc40e345a661e5e94f71bb0efd0967f..2623ca0e254e2076775d7e57ca19824b6b1215a0 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -6,7 +6,7 @@
     <div class="flex">
       <a href="{{ .Permalink }}" class="truncate">{{ .Title }}</a>
       {{ if eq .Kind "page" }}
-      <time class="nowrap" datetime="{{ .Date.Format "2006-01-02T15:04:05Z0700" }}">{{ .Date.Format "Jan 2, 2006" }}</time>
+      <time class="nowrap" datetime="{{ .Date.Format "2006-01-02T15:04:05Z0700" }}">{{ .Date.Format "2. 1. 2006" }}</time>
       {{ end }}
     </div>
   </li>
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 3d46668d5ac93b4f1b064509a424ff828b0018bc..e9cea46ac18c5b3db1e26988639cd9e755f26e28 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -5,7 +5,7 @@
 
   {{ if ne .Type "page" -}}
   <div class="post-date">
-    <time datetime="{{ .Date.Format "2006-01-02T15:04:05Z0700" }}">{{ .Date.Format "Jan 2, 2006" }}</time> <span class="readtime">&middot; {{ .ReadingTime }} min read</span>
+    <time datetime="{{ .Date.Format "2006-01-02T15:04:05Z0700" }}">{{ .Date.Format "2. 1. 2006" }}</time>
   </div>
   {{- end }}
 
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
index 8e4521fbec6291476c12eece637c16cb93146639..a9847f2fef83e9d0febb69be84ca48bf8802e57e 100644
--- a/layouts/_default/taxonomy.html
+++ b/layouts/_default/taxonomy.html
@@ -5,7 +5,7 @@
   <li>
     <div class="flex">
       <a href="{{ .Permalink }}" class="truncate">{{ .Title }}</a>
-      <time class="nowrap" datetime="{{ .Date.Format "2006-01-02T15:04:05Z0700" }}">{{ .Date.Format "Jan 2, 2006" }}</time>
+      <time class="nowrap" datetime="{{ .Date.Format "2006-01-02T15:04:05Z0700" }}">{{ .Date.Format "2. 1., 2006" }}</time>
     </div>
   </li>
   {{- end }}
diff --git a/layouts/index.html b/layouts/index.html
index f66109baa04d42c0292c32a88139b05a64b262e1..9b89434f06de8f22887d084a3f21a7ce2651dc7b 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -10,15 +10,14 @@
         </h1>
 
         <div class="post-date">
-          <time datetime="{{ .Date.Format "2006-01-02T15:04:05Z0700" }}">{{ .Date.Format "Jan 2, 2006" }}</time> &middot; {{ .ReadingTime }} min read
-        </div>
+          <time datetime="{{ .Date.Format "2006-01-02T15:04:05Z0700" }}">{{ .Date.Format "2. 1. 2006" }}</time>        </div>
 
         <div>
           {{ .Summary }}
         </div>
 
         <div class="read-more-link">
-          <a href="{{ .Permalink }}">Read More</a>
+          <a href="{{ .Permalink }}">...</a>
         </div>
       </article>
     {{- end }}