Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cowboysmall-tools/hugo-business-frontpage-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Kiely <jerry@cowboysmall.com>2020-01-13 11:20:43 +0300
committerJerry Kiely <jerry@cowboysmall.com>2020-01-13 11:20:43 +0300
commitc5212be68d0726281a54a5842776a8af3ea38360 (patch)
tree2cda2e1ea9d4a73f4e4f2a482b9577e7ec5dacd1
parent1ae4f832547c6950f5bb4de5603c4eec75b6164b (diff)
chenged http to https in projects partialHEADmaster
-rw-r--r--layouts/partials/projects.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/projects.html b/layouts/partials/projects.html
index c6ffa64..77512e4 100644
--- a/layouts/partials/projects.html
+++ b/layouts/partials/projects.html
@@ -19,7 +19,7 @@
{{ range .items }}
<div class="col-md-4 mb-5">
<div class="card h-100">
- <img class="card-img-top" src="{{ if .image }}{{ .Site.BaseURL }}assets/images/{{ .image }}{{ else }}http://placehold.it/300x200{{ end }}" alt="">
+ <img class="card-img-top" src="{{ if .image }}{{ .Site.BaseURL }}assets/images/{{ .image }}{{ else }}https://placehold.it/300x200{{ end }}" alt="">
<div class="card-body">
<h4 class="card-title">{{ .title }}</h4>
<p class="card-text">{{ .description }}</p>