Skip to content

Commit 7f2b57b

Browse files
committed
shorten urls
1 parent 124fb4c commit 7f2b57b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/websites/website-blog.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Blogs typically include an RSS feed that allows their content to be easily syndi
303303
``` yaml
304304
website:
305305
title: "myblog"
306-
site-url: https://www.myblogexample.io
306+
site-url: https://myblogexample.io
307307
description: "A great sample blog"
308308
```
309309

@@ -331,12 +331,12 @@ You can add an RSS link to your navbar by including the following in your `_quar
331331
``` yaml
332332
website:
333333
title: "myblog"
334-
site-url: https://www.myblogexample.io
334+
site-url: https://myblogexample.io
335335
description: "A great sample blog"
336336
navbar:
337337
right:
338338
- icon: rss
339-
href: https://www.myblogexample.io/docs/blog/index.xml
339+
href: https://myblogexample.io/docs/blog/index.xml
340340
```
341341
:::
342342

@@ -377,7 +377,7 @@ The article on [Publishing Websites](/docs/publishing/index.qmd) describes in mo
377377

378378
You may want to allow readers of your blog to subscribe to updates via email. You can use a third party email service to manage and send these emails.
379379

380-
Third party email services will typically take your RSS Feed as input (e.g. `https://www.myblogexample.io/index.xml`) and provide HTML for a subscription widget that you can place on your blog. A good place to locate that widget is often right margin of your blog.
380+
Third party email services will typically take your RSS Feed as input (e.g. `https://myblogexample.io/docs/blog/index.xml`) and provide HTML for a subscription widget that you can place on your blog. A good place to locate that widget is often right margin of your blog.
381381

382382
Here are the steps required to add a subscription widget:
383383

0 commit comments

Comments
 (0)