Supprimer le répertoire « _showcase/cats »
Build and Deploy Jekyll / deploy (push) Successful in 43s
Build and Deploy Jekyll / deploy (push) Successful in 43s
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
---
|
||||
show: true
|
||||
width: 3
|
||||
date: 2020-01-12 00:01:00 +0800
|
||||
group: Cats
|
||||
---
|
||||
<div>
|
||||
<img src="{{ 'assets/images/etc/cat1.jpg' | relative_url }}" class="img-fluid rounded-xl" >
|
||||
</div>
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
show: true
|
||||
width: 3
|
||||
date: 2020-01-12 00:01:00 +0800
|
||||
group: Cats
|
||||
---
|
||||
<div>
|
||||
<img data-src="{{ 'assets/images/etc/cat2.jpg' | relative_url }}" class="lazy w-100 rounded-xl" src="{{ '/assets/images/empty_300x200.png' | relative_url }}" data-toggle="tooltip" data-placement="top" title="Caption of this image">
|
||||
</div>
|
||||
@@ -1,11 +0,0 @@
|
||||
---
|
||||
show: true
|
||||
width: 3
|
||||
date: 2020-01-12 00:01:00 +0800
|
||||
group: Cats
|
||||
---
|
||||
<div>
|
||||
<a href="https://unsplash.com/photos/russian-blue-cat-standing-near-ceramic-vase-with-artificial-flowers-Vv45XEMJWZk" target="_blank">
|
||||
<img data-src="https://images.unsplash.com/photo-1497473376897-16fbb7552478?q=80&w=2970&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" class="lazy w-100 rounded-xl" src="{{ '/assets/images/empty_300x200.png' | relative_url }}">
|
||||
</a>
|
||||
</div>
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
show: true
|
||||
width: 3
|
||||
date: 2020-01-10 00:01:00 +0800
|
||||
group: Cats
|
||||
---
|
||||
<div>
|
||||
<img data-src="https://images.unsplash.com/photo-1536070800722-f1a29a336bc7?q=80&w=2970&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" class="lazy w-100 rounded-xl-top" src="{{ '/assets/images/empty_300x200.png' | relative_url }}">
|
||||
<div class="card-body">
|
||||
<p class="card-text">
|
||||
Meow! I am a cat. <a href="https://unsplash.com/photos/russian-blue-cat-in-close-up-photography-1pjqSWDcgwo" target="_blank">Unsplash</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
show: true
|
||||
width: 3
|
||||
date: 2019-01-12 00:01:00 +0800
|
||||
group: Cats
|
||||
---
|
||||
<div>
|
||||
<img data-src="{{ site.data.profile.portrait_url | relative_url }}" class="lazy w-100 rounded-xl" src="{{ '/assets/images/empty_300x200.png' | relative_url }}">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user