Skip to content

Commit

Permalink
Add Ask Me Anything
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbernard committed Mar 17, 2024
1 parent cccc6c0 commit 397b214
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RewriteCond %{HTTP_HOST} ^www.lescastcodeurs.com$
RewriteRule podsourcing[/]? https://lescastcodeurs.com/crowdcasting/ [R=301,L]
RewriteRule crowdcast[/]?$ https://lescastcodeurs.com/crowdcasting/ [R=301,L]
RewriteRule sondage[/]?$ https://docs.google.com/forms/d/e/1FAIpQLSc2xIWqWNi3ipx7Byth_TE6x9bQAvkCSuyeSkyEURbJNIga7g/viewform [R=301,L]
RewriteRule ama[/]?$ https://docs.google.com/forms/d/e/1FAIpQLScWphqMkts1EfBNxnS1Bjk0mtyWFrKfaXHVEYUvt9mmaT-_Xg/viewform [R=301,L]

# Libsyn feed
RewriteRule ^podcast\-rss$ "http\:\/\/lescastcodeurs\.libsyn\.com\/rss" [R=302,L]
Expand Down
6 changes: 5 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sidebar_cards:
- name: 'Sondage 2024'
icon: 'chat-dots'
color: 'black'
url: 'https://docs.google.com/forms/d/e/1FAIpQLSc2xIWqWNi3ipx7Byth_TE6x9bQAvkCSuyeSkyEURbJNIga7g/viewform'
url: 'https://lescastcodeurs.com/sondage'
- name: 'Syndication'
links:
- name: 'Liste des épisodes'
Expand All @@ -59,6 +59,10 @@ sidebar_cards:
file: 'licence.md'
- name: 'Contacts'
links:
- name: 'Ask Me Anything'
icon: 'chat-dots'
color: 'black'
url: 'https://lescastcodeurs.com/ama'
- name: 'Email'
icon: 'envelope-fill'
color: 'black'
Expand Down

0 comments on commit 397b214

Please sign in to comment.