I have a blog on my Voog website (http://voog.com). It’s currently in construction but we’re adding some content before launching it, and I need to add images to the authors. Until now, I’ve been the only one posting the articles and I managed to hardcode my image next to my name and timestamp:
<img class="author-image" src="{{ images_path }}/my-profile-image.jpg">
But now we have multiple people posting the articles and I need a better solution. Can I build this solution on elements? How?