diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-09-16 12:31:29 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-09-16 12:31:29 +0200 |
| commit | 994c67d522b413fb3184376955a43d4a4f50d716 (patch) | |
| tree | 0403783cf55e5713f5193bc644022d52f75b61f7 /template | |
| parent | bbbc53a5ec92daf894954aa975fb4a29b8b01699 (diff) | |
| download | mitjafelicijan.com-994c67d522b413fb3184376955a43d4a4f50d716.tar.gz | |
Added sample YapYap feed
Diffstat (limited to 'template')
| -rwxr-xr-x | template/_meta.html | 1 | ||||
| -rwxr-xr-x | template/_navigation.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/template/_meta.html b/template/_meta.html index 13bae29..9d92e34 100755 --- a/template/_meta.html +++ b/template/_meta.html | |||
| @@ -7,5 +7,6 @@ | |||
| 7 | 7 | ||
| 8 | <link rel="alternate" type="application/rss+xml" href="/feed.rss"> | 8 | <link rel="alternate" type="application/rss+xml" href="/feed.rss"> |
| 9 | <link rel="alternate" type="application/feed+json" href="/feed.json"> | 9 | <link rel="alternate" type="application/feed+json" href="/feed.json"> |
| 10 | <link rel="alternate" type="application/rss+xml" href="/yapyap.xml" title="YapYap"> | ||
| 10 | 11 | ||
| 11 | <link rel="icon" href="/assets/general/favicon.png?v=20210731-01" type="image/png"> | 12 | <link rel="icon" href="/assets/general/favicon.png?v=20210731-01" type="image/png"> |
diff --git a/template/_navigation.html b/template/_navigation.html index 2943afe..5d5c2cc 100755 --- a/template/_navigation.html +++ b/template/_navigation.html | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="main-navigation"> | 7 | <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="main-navigation"> |
| 8 | <meta itemprop="name" content="Main Menu"> | 8 | <meta itemprop="name" content="Main Menu"> |
| 9 | 9 | ||
| 10 | <a href="/yapyap.xml" itemprop="url">YapYap</a> | ||
| 10 | <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url">Github</a> | 11 | <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url">Github</a> |
| 11 | <a href="/curriculum-vitae.html">CV</a> | 12 | <a href="/curriculum-vitae.html">CV</a> |
| 12 | <a href="/feed.rss" itemprop="url">RSS Feed</a> | 13 | <a href="/feed.rss" itemprop="url">RSS Feed</a> |
