! Finalizing welcome page for the app itself

Now i can get back to doing backend thigns
This commit is contained in:
shockrah
2021-10-17 21:14:00 -07:00
parent 05166a84c8
commit b278649794
6 changed files with 19 additions and 3 deletions

View File

@@ -19,9 +19,9 @@
<meta property="og:title" content="{{.Site.Title}}">
<meta property="og:site_name" content="{{.Site.Title}}">
<meta property="og:url" content="{{.Site.BaseURL}}">
<meta property="og:description" content="A self hostable solution to clip sharing">
<meta property="og:description" content="A self hosted solution sharing clips">
<meta property="og:type" content="website">
<meta property="og:image" content="{{.Site.BaseURL}}images/favicon.png">
<meta property="og:image" content="{{.Site.BaseURL}}images/og-bg.jpg">
{{ partial "styles.html" . }}
</head>