diff --git a/assets/css/style.css b/assets/css/style.css index de1e92a..189b641 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -40,6 +40,8 @@ ul.list { } ul.list li { padding: 0.5em 0; + border-top: 2px dashed currentColor; + border-bottom: 2px dashed currentColor; } ul.list li span { float: right; diff --git a/layouts/_default/home.html b/layouts/_default/home.html index 9983b08..747d160 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -1,3 +1,17 @@ {{ define "main" }} -{{ .Content }} -{{ end }} + +

+ RSS feed here. +

+ +

Latest Posts

+ + +{{ end }} \ No newline at end of file