diff options
Diffstat (limited to '_site_build')
| -rw-r--r-- | _site_build/_includes/head.html | 2 | ||||
| -rw-r--r-- | _site_build/_includes/sidebar.html | 4 | ||||
| -rw-r--r-- | _site_build/about/index.html (renamed from _site_build/about.html) | 0 | ||||
| -rw-r--r-- | _site_build/archives/index.html (renamed from _site_build/archives.html) | 0 | ||||
| -rw-r--r-- | _site_build/rss/index.html (renamed from _site_build/rss.xml) | 0 |
5 files changed, 3 insertions, 3 deletions
diff --git a/_site_build/_includes/head.html b/_site_build/_includes/head.html index d83eb39..df19960 100644 --- a/_site_build/_includes/head.html +++ b/_site_build/_includes/head.html @@ -3,5 +3,5 @@ <meta name="description" content="{{ site.description }}"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="stylesheet" href="/css/style.css?v=1"> -<link rel="alternate" type="application/rss+xml" href="{{ site.url }}/rss.xml" title="{{ site.title }}"> +<link rel="alternate" type="application/rss+xml" href="/rss/" title="{{ site.title }}"> <script src="/js/modernizr-2.0.6.min.js"></script> diff --git a/_site_build/_includes/sidebar.html b/_site_build/_includes/sidebar.html index 0789325..46eddba 100644 --- a/_site_build/_includes/sidebar.html +++ b/_site_build/_includes/sidebar.html @@ -3,8 +3,8 @@ <h2>Links</h2> <ul> <li><a href="/" rel="home" target="_self" title="{{ site.title }}">Home</a></li> - <li><a href="/archives.html" target="_self" title="Archives">Archives</a></li> - <li><a href="/about.html" rel="author" target="_self" title="About {{ site.author }}">About</a></li> + <li><a href="/archives/" target="_self" title="Archives">Archives</a></li> + <li><a href="/about/" rel="author" target="_self" title="About {{ site.author }}">About</a></li> </ul> </nav> <aside id="social"> diff --git a/_site_build/about.html b/_site_build/about/index.html index 91a6aee..91a6aee 100644 --- a/_site_build/about.html +++ b/_site_build/about/index.html diff --git a/_site_build/archives.html b/_site_build/archives/index.html index 38efebf..38efebf 100644 --- a/_site_build/archives.html +++ b/_site_build/archives/index.html diff --git a/_site_build/rss.xml b/_site_build/rss/index.html index e5ef11f..e5ef11f 100644 --- a/_site_build/rss.xml +++ b/_site_build/rss/index.html |
