Fix Mixed Content on Iterview template
This commit is contained in:
parent
ea82b8f5a7
commit
ad311f82df
@ -65,7 +65,7 @@ export class InterviewComponent implements OnInit {
|
||||
this.entrevistas = this.entrevistas.filter(entrevista => entrevista.id == this.entrevistaID)
|
||||
if(this.entrevistas[0].title) { this.pages[0].title = this.entrevistas[0].title; }
|
||||
if(this.entrevistas[0].abstract) { this.pages[0].excerpt = this.entrevistas[0].abstract; }
|
||||
if(this.entrevistas[0].image) { this.pages[0].background_image = "http://dedalo.anorgatarrak.eus"+this.entrevistas[0].image[0].src; }
|
||||
if(this.entrevistas[0].image) { this.pages[0].background_image = "https://dedalo.anorgatarrak.eus"+this.entrevistas[0].image[0].src; }
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user