Blog Post number 2

less than 1 minute read

Published:

Notes on Photos pages

A few ways to display an image is by markdown or html. Here are two examples:

  • Markdown: ![alt-text](/images/Image-000.jpg) This will display alt-text

  • HTML: <img src='/images/Image-005.jpg'> This will work(at least with _portfolio), but one can try other html and see if it breaks It should display this:

  • Note about excerpt data tag in _portfolio pages: Both seems to work as long as what is write there is inclosed by "