diff --git a/images/screenshot.png b/images/screenshot.png
new file mode 100644
index 0000000..c117ca5
Binary files /dev/null and b/images/screenshot.png differ
diff --git a/images/tn.png b/images/tn.png
new file mode 100644
index 0000000..1aa326e
Binary files /dev/null and b/images/tn.png differ
diff --git a/layouts/partials/page_content.html b/layouts/partials/page_content.html
index 28b6541..ce89662 100644
--- a/layouts/partials/page_content.html
+++ b/layouts/partials/page_content.html
@@ -12,9 +12,11 @@
{{ .Title }}
{{ .Description }}
+ {{ with .Params.img }}
-
+
+ {{ end }}
@@ -35,9 +37,11 @@ {{ .Title }}
{{ .Title }}
{{ .Description }}
+ {{ with .Params.img }}
-
+
+ {{ end }}
diff --git a/theme.toml b/theme.toml
index 5c9c5de..4eaf8d2 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,6 +1,17 @@
-author = "crakjie"
-description = ""
-license = "Free for all"
-name = "landing page hugo"
-source_repo = ""
-tags = ["landing", "hugo"]
+name = "Landing Page"
+license = "MIT"
+licenselink = "https://github.com/crakjie/landing-page-hugo/blob/master/LICENSE.md"
+description = "An elegant open source landing page theme."
+homepage = "https://github.com/crakjie/landing-page-hugo"
+tags = ["company", "products", "landing page"]
+features = ["social", "images" ]
+min_version= 0.12
+
+[author]
+ name = "crakjie"
+
+[original]
+ author = "swcool"
+ homepage = "https://github.com/swcool/landing-page-theme"
+ repo = "https://github.com/swcool/landing-page-theme"
+