trying to add opengraph metadata
This commit is contained in:
parent
d28a188d97
commit
588ec52511
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html lang="en-US">
|
<html lang="en-US" prefix="og: https://ogp.me/ns#">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
@ -9,6 +9,10 @@
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
|
<meta property="og:title" content="{{ config.user.title }}">
|
||||||
|
<meta property="og:site_name" content="{{ config.user.title }}">
|
||||||
|
<meta property="og:description" content="{{ config.user.description }}">
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ config.site }}/static/css/main.css">
|
<link rel="stylesheet" href="{{ config.site }}/static/css/main.css">
|
||||||
<link rel="stylesheet" href="{{ config.site }}/static/css/tree.css">
|
<link rel="stylesheet" href="{{ config.site }}/static/css/tree.css">
|
||||||
<link rel="stylesheet" href="{{ config.site }}/static/font/font.css">
|
<link rel="stylesheet" href="{{ config.site }}/static/font/font.css">
|
||||||
|
|
|
@ -3,6 +3,7 @@ site = "http://localhost:8080"
|
||||||
[user]
|
[user]
|
||||||
title = "liquidex's treehouse"
|
title = "liquidex's treehouse"
|
||||||
author = "liquidex"
|
author = "liquidex"
|
||||||
|
description = "a place on the Internet I like to call home"
|
||||||
|
|
||||||
[defs]
|
[defs]
|
||||||
"stitchkit/repo" = "https://github.com/liquidev/stitchkit"
|
"stitchkit/repo" = "https://github.com/liquidev/stitchkit"
|
||||||
|
|
Loading…
Reference in a new issue