fixed image paths
This commit is contained in:
@@ -7,7 +7,7 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
extra:
|
||||
subtitle: "The UNIQUE Post 1 subtitle" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Your name goes here
|
||||
imgPath: processed_images/threefold_blog2.png
|
||||
imgPath: images/threefold_blog2.png
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
---
|
||||
|
||||
|
@@ -7,7 +7,7 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
extra:
|
||||
subtitle: "The UNIQUE Post 2 subtitle" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Your name goes here
|
||||
imgPath: processed_images/threefold_blog2.png
|
||||
imgPath: images/threefold_blog2.png
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
---
|
||||
|
||||
|
@@ -7,7 +7,7 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
extra:
|
||||
subtitle: "The UNIQUE Post 3 subtitle" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Your name goes here
|
||||
imgPath: processed_images/threefold_blog2.png
|
||||
imgPath: images/threefold_blog2.png
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
---
|
||||
|
||||
|
@@ -6,7 +6,7 @@ updated: 2020-01-31T08:13:00-06:00 # Comment-out this line with a # if content i
|
||||
extra:
|
||||
subtitle: "The UNIQUE Post 4 subtitle" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Your name goes here
|
||||
imgPath: processed_images/threefold_blog2.png
|
||||
imgPath: images/threefold_blog2.png
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
---
|
||||
|
||||
|
@@ -7,7 +7,7 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
extra:
|
||||
subtitle: "The UNIQUE Post 5 subtitle" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Your name goes here
|
||||
imgPath: processed_images/threefold_blog2.png
|
||||
imgPath: images/threefold_blog2.png
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
---
|
||||
|
||||
|
@@ -7,7 +7,7 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
extra:
|
||||
subtitle: "The UNIQUE Post 6 subtitle" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Your name goes here
|
||||
imgPath: processed_images/threefold_blog2.png
|
||||
imgPath: images/threefold_blog2.png
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
---
|
||||
|
||||
|
@@ -7,7 +7,7 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
extra:
|
||||
subtitle: "The UNIQUE Post 7 subtitle" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Your name goes here
|
||||
imgPath: "processed_images/threefold_blog2.png"
|
||||
imgPath: "images/threefold_blog2.png"
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
---
|
||||
|
||||
|
@@ -10,5 +10,5 @@ insert_anchor_links: "left"
|
||||
template: "blog/blog.html"
|
||||
#transparent: true
|
||||
extra:
|
||||
imgPath: processed_images/threefold_img2.png
|
||||
imgPath: images/threefold_img2.png
|
||||
---
|
||||
|
@@ -7,11 +7,11 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
extra:
|
||||
subtitle: "The UNIQUE Post 1 subtitle" # Quotation marks allow colons, semicolons, etc.
|
||||
author: HANNAH CORDES
|
||||
imgPath: static/images/threefold-blog.png
|
||||
imgPath: images/sphere-thing.png
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
---
|
||||
|
||||

|
||||

|
||||
|
||||
## In-article heading --- it's an H2 because your title is the H1
|
||||
|
||||
|
Reference in New Issue
Block a user