diff --git a/assets/css/style.css b/assets/css/base.css similarity index 100% rename from assets/css/style.css rename to assets/css/base.css diff --git a/assets/css/smartbar.css b/assets/css/smartbar.css new file mode 100644 index 0000000..4e83ec8 --- /dev/null +++ b/assets/css/smartbar.css @@ -0,0 +1,3 @@ +#page { + +} \ No newline at end of file diff --git a/templates/base.gohtml b/templates/base.gohtml index 03c65c9..1e0de38 100644 --- a/templates/base.gohtml +++ b/templates/base.gohtml @@ -4,7 +4,8 @@ {{ .Title }} - + +
{{ .Content }}
diff --git a/templates/index.gohtml b/templates/index.gohtml index 9ab3362..d54f8f2 100644 --- a/templates/index.gohtml +++ b/templates/index.gohtml @@ -4,7 +4,7 @@ All Pages - +