diff options
Diffstat (limited to '_layout')
-rw-r--r-- | _layout/footer.html | 2 | ||||
-rw-r--r-- | _layout/hair.html | 2 | ||||
-rw-r--r-- | _layout/head.html | 6 |
3 files changed, 7 insertions, 3 deletions
diff --git a/_layout/footer.html b/_layout/footer.html index c8c3838..5ba0bd1 100644 --- a/_layout/footer.html +++ b/_layout/footer.html @@ -4,7 +4,7 @@ terms</a></span><br> {{isnotpage /tag/*}}Last modified: {{author_date}}; <span class=nowrap>View - <a href=https://trong.loang.net/~cnx/site/tree/file/{{fd_rpath}}>page + <a href=https://trong.loang.net/~cnx/site/tree/{{fd_rpath}}>page source</a></span><br>{{end}} Part of <a href=https://fediring.net>Fediring</a>; <span class=nowrap>Visit diff --git a/_layout/hair.html b/_layout/hair.html index dc79374..ffebb85 100644 --- a/_layout/hair.html +++ b/_layout/hair.html @@ -2,8 +2,6 @@ <html lang=en> <meta charset=utf-8> <meta name=viewport content='width=device-width, initial-scale=1'> -{{isnotempty rss}}<meta name=description content='{{rss_description}}'>{{end}} - <link rel='alternate' type='application/rss+xml' title='{{website_title}}' href='/{{ispage /tag/*}}tag/{{fd_tag}}/{{end}}{{rss_file}}.xml'> <link rel='icon' href='/assets/favicon.png'> diff --git a/_layout/head.html b/_layout/head.html index d6b043e..70779f7 100644 --- a/_layout/head.html +++ b/_layout/head.html @@ -1,4 +1,10 @@ {{insert hair.html}} +{{isnotempty rss}}<meta name=description content='{{rss_description}}'>{{end}} +{{isdef title}}<meta property=og:title content='{{title}}'>{{end}} +<meta property=og:site_name content={{website_title}}> +<meta property=og:type content=article> +<meta property=og:url content={{fd_full_url}}> +<meta property=og:image content={{website_url}}/assets/favicon.png> {{if hasmath}}<link rel=stylesheet href=/css/katex.min.css>{{end}} {{isdef title}}<title>{{title}} - McSinyx</title>{{end}} <body> |