diff options
author | EuAndreh <eu@euandre.org> | 2020-01-25 15:16:27 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-01-25 15:16:42 -0300 |
commit | d10c0f82a0369ed84dac5cdc05452b13f03b1f8d (patch) | |
tree | e89c6c47275f6101f042b2aa8c324181e121d937 /site/templates | |
parent | Add new words to international dictionary (diff) | |
download | euandre.org-d10c0f82a0369ed84dac5cdc05452b13f03b1f8d.tar.gz euandre.org-d10c0f82a0369ed84dac5cdc05452b13f03b1f8d.tar.xz |
Non-generic title in Atom <link> tag
Diffstat (limited to 'site/templates')
-rw-r--r-- | site/templates/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/templates/default.html b/site/templates/default.html index 44e2fc6..6d9ade0 100644 --- a/site/templates/default.html +++ b/site/templates/default.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <title>$title$ - EuAndreh's blog</title> <link rel="stylesheet" href="/css/styles.css" /> - <link rel="alternate" type="application/atom+xml" href="/atom.xml" title="Atom Feed" /> + <link rel="alternate" type="application/atom+xml" href="/atom.xml" title="EuAndreh's Feed" /> </head> <body> <header> |