diff options
Diffstat (limited to 'blog/plt')
-rw-r--r-- | blog/plt/base.html | 6 | ||||
-rw-r--r-- | blog/plt/rss.xml | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/blog/plt/base.html b/blog/plt/base.html index 6c56ac4..19377d3 100644 --- a/blog/plt/base.html +++ b/blog/plt/base.html @@ -1,6 +1,6 @@ <!DOCTYPE html> <html lang="{%block html_lang%}{%endblock html_lang%}" - prefix="og: https://ogp.me/ns#"> + prefix="og: https://ogp.me/ns#"> <head> <base href="{{config.static_url}}"> <meta charset="utf-8"> @@ -40,6 +40,10 @@ <a href="https://blog.luevano.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</span></a> </li> + <li> + <a href="https://art.luevano.xyz/"><i class="fas fa-paint-brush" alt="Art"></i><span>Art</span></a> + </li> + <li><i class="fab fa-git" alt="Git"></i><span>Git</span> <ul> <li><a href="https://git.luevano.xyz/" target="_blank"><i class="fab fa-git-alt" alt="Git-alt"></i></a></li> diff --git a/blog/plt/rss.xml b/blog/plt/rss.xml index 5be7c37..5ce541d 100644 --- a/blog/plt/rss.xml +++ b/blog/plt/rss.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <rss version="2.0" + xml:base="https://static.luevano.xyz" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"> <channel> |