diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index 33d96c8..83b5cc3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,16 +1,16 @@ <!doctype html> <html lang="en"> <head> - <link rel="stylesheet" href="/style.css" type="text/css" /> - <title>{% block title %} {% endblock title %}</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> + <title>{% block title %} {% endblock title %}</title> + <link rel="stylesheet" href="/style.css" type="text/css" /> <link rel="alternate" type="application/rss+xml" title="sakamoto.network" href="/rss.xml" /> + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <meta property="og:type" content="website" /> <meta property="og:description" content="sakamoto.network" /> <meta |
