Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Image with hyperlink in reStructuredText

I am trying to add an image with an external link.

|facebook| |tw|

.. |facebook| image:: http://www.summerbounce.ca/wp-content/uploads/2012/11/facebook-logo-small.png 

.. |tw| image:: http://www.summerbounce.ca/wp-content/uploads/2012/11/facebook-logo-small.png

Above code shows the images but how do I link these images to external sites?

Thanks!

like image 402
Ahsan Avatar asked Sep 02 '26 00:09

Ahsan


1 Answers

Adding target option do the trick.

|facebook| |tw|

.. |facebook| image:: http://www.summerbounce.ca/wp-content/uploads/2012/11/facebook-logo-small.png 
                   :target: http://www.facebook.com 

.. |tw| image:: http://www.summerbounce.ca/wp-content/uploads/2012/11/facebook-logo-small.png
             :target: http://www.twitter.com 

Anyother better solution, always welcome.

like image 69
Ahsan Avatar answered Sep 03 '26 15:09

Ahsan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!