changed mojoreads to yourbook.shop
This commit is contained in:
parent
2e22211bd8
commit
04ec2d46d1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
{{ range .Items }}
|
{{ range .Items }}
|
||||||
<entry>
|
<entry>
|
||||||
<title>{{ .Author | html }} - "{{ .Title | html }}"</title>
|
<title>{{ .Author | html }} - "{{ .Title | html }}"</title>
|
||||||
<link href="https://mojoreads.de/book/?isbn={{ .ISBN }}&ref=mezzo&aff=mr"/>
|
<link href="https://yourbook.shop/book/?isbn={{ .ISBN }}&ref=mezzo&aff=mr"/>
|
||||||
<id>urn:uuid:{{ .ISBN }}</id>
|
<id>urn:uuid:{{ .ISBN }}</id>
|
||||||
<updated>{{ .Date }}T00:00:00Z</updated>
|
<updated>{{ .Date }}T00:00:00Z</updated>
|
||||||
<summary>{{ .Author | html }} - "{{ .Title | html }}</summary>
|
<summary>{{ .Author | html }} - "{{ .Title | html }}</summary>
|
||||||
|
|
Loading…
Reference in a new issue