iankelling.org
/
git
/
iankelling.org
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c04801
)
fix feed links
author
Ian Kelling
<ian@iankelling.org>
Wed, 28 Sep 2016 06:47:18 +0000
(23:47 -0700)
committer
Ian Kelling
<ian@iankelling.org>
Wed, 28 Sep 2016 06:53:00 +0000
(23:53 -0700)
b.rb
patch
|
blob
|
history
diff --git
a/b.rb
b/b.rb
index d4e97b6dba16b1c988ed0760561022e9aad3e14a..432bbc2b384572a85be34cf85d52009b8ef02269 100644
(file)
--- a/
b.rb
+++ b/
b.rb
@@
-58,7
+58,7
@@
module B # blog module
head = <<EOF
<link rel="canonical" href="#{DURL}/#{rel_path}">
EOF
- if rel_path =~ %r{^
blog/.
}
+ if rel_path =~ %r{^
/blog/|^blog.html
}
head += <<EOF
<link rel="alternate" type="application/atom+xml" title="#{DN}" href="#{DURL}/feed.xml">
EOF