From 82db094e668123353f2e80d29a27294014f9ebbf Mon Sep 17 00:00:00 2001 From: Justin Van Patten Date: Tue, 25 Jun 2019 20:45:22 -0700 Subject: [PATCH] Fix broken images Remove unnecessary `{{ .Site.BaseURL }}` prefix from image URLs. --- layouts/partials/benefits-v1.html | 6 +++--- layouts/partials/benefits-v2.html | 8 ++++---- layouts/partials/learning-machine.html | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/layouts/partials/benefits-v1.html b/layouts/partials/benefits-v1.html index a65247375507..85813b9c871f 100644 --- a/layouts/partials/benefits-v1.html +++ b/layouts/partials/benefits-v1.html @@ -3,7 +3,7 @@

Benefits of Pulumi

- +

Real Code

Pulumi is infrastructure as real code. This means you get all the benefits @@ -13,7 +13,7 @@

Real Code

- +

Reusable Components

As Pulumi is code, you can build up a library of packages to further @@ -23,7 +23,7 @@

Reusable Components

- +

Immutable Infrastructure

Pulumi provides the computation of necessary cloud resources with a 'Cloud diff --git a/layouts/partials/benefits-v2.html b/layouts/partials/benefits-v2.html index 3e9d530782a4..ea8feff634b0 100644 --- a/layouts/partials/benefits-v2.html +++ b/layouts/partials/benefits-v2.html @@ -3,7 +3,7 @@

Benefits of Pulumi

- +

Real Code

Pulumi is infrastructure as real code. This means you get all the benefits @@ -13,7 +13,7 @@

Real Code

- +

Familiar Constructs

Real languages means you get familiar constructs like for loops, @@ -23,7 +23,7 @@

Familiar Constructs

- +

Ephemeral Infrastructure

Pulumi has deep support for cloud native technologies, like @@ -33,7 +33,7 @@

Ephemeral Infrastructure

- +

TF Provider Integration

Pulumi is able to adapt any Terraform Provider for use with Pulumi, diff --git a/layouts/partials/learning-machine.html b/layouts/partials/learning-machine.html index 6e31719d2308..31dbb3911ce7 100644 --- a/layouts/partials/learning-machine.html +++ b/layouts/partials/learning-machine.html @@ -17,13 +17,13 @@

Learning Machine

- +
25,000 Lines of CloudFormation reduced to 500 Lines of JavaScript
- +
New customer provisioning time reduced from 3 weeks to 1 hour