Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

fix: blog permalinks that work on IPNS #182

Merged
merged 2 commits into from
Nov 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
baseURL = "https://ipfs.io/blog"
baseURL = "https://blog.ipfs.io"
relativeURLs = true
googleAnalytics = "UA-52930282-2"

[params]
domain = "ipfs.io"
domain = "blog.ipfs.io"
name = "IPFS Blog"
title = "IPFS Blog"
description = "A peer-to-peer hypermedia protocol to make the web faster, safer, and more open."
Expand Down
1 change: 1 addition & 0 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<link rel="stylesheet" href="/highlight/github-gist.css" />
<link rel="stylesheet" href="/asciinema/asciinema-player.css" />

<link rel="canonical" href="{{ .Permalink }}" />
<link rel="alternate feed" href="/index.xml" type="application/rss+xml" />

<script src="/asciinema/asciinema-player.js"></script>
Expand Down