mirror of
https://github.com/atlanticbiomedical/website.git
synced 2025-07-01 18:07:27 -04:00
Change domain for the images
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<div ng-repeat="post in posts" class="masonry-brick">
|
||||
<div class="box col3">
|
||||
<div class="thumbnail">
|
||||
<img class="img-rounded" ng-show="post.image" ng-src="http://wootroot.me:8001/unsafe/280x0/{{post.image}}">
|
||||
<img class="img-rounded" ng-show="post.image" ng-src="http://atlanticbiomedical.com:8001/unsafe/280x0/{{post.image}}">
|
||||
<div class="caption text-center">
|
||||
<h3>{{post.title}}</h3>
|
||||
<p>{{post.preview}}</p>
|
||||
|
Reference in New Issue
Block a user