From 1207bebadda55fd894b663732efc4e6670d54ca2 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Wed, 10 Feb 2021 16:46:57 +0000
Subject: [PATCH] edit page

---
 exampleSite/content/docs/compose/install-theme.md |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/exampleSite/content/docs/compose/install-theme.md b/exampleSite/content/docs/compose/install-theme.md
index 853ec41..9689eba 100755
--- a/exampleSite/content/docs/compose/install-theme.md
+++ b/exampleSite/content/docs/compose/install-theme.md
@@ -31,7 +31,9 @@
 
 To pull in theme updates, run `hugo mod get -u ./...` from the theme folder. If unsure, [learn how to update hugo modules](https://gohugo.io/hugo-modules/use-modules/#update-modules)
 
-> ⚠️ If you choose __Option 2__ or __Option 3__ below, ensure you edit [these lines in the config.toml file](https://github.com/onweru/compose/blob/b3e30e0816621223224897edc45eeeabd0d9cd16/exampleSite/config.toml#L4-L7) as advised on the comments
+{{< tip >}}
+If you choose __Option 2__ or __Option 3__ below, ensure you edit [these lines in the config.toml file](https://github.com/onweru/compose/blob/b3e30e0816621223224897edc45eeeabd0d9cd16/exampleSite/config.toml#L4-L7) as advised on the comments
+{{< /tip >}}
 
 ### Option 2 (recommended)
 
@@ -63,7 +65,9 @@
 hugo server --themesDir ../..
 ```
 
-> Although, option 3 is great for quick testing, it is somewhat problematic when you want to update your theme. You would need to be careful not to overwrite your changes.
+{{< tip >}}
+Although, option 3 is great for quick testing, it is somewhat problematic when you want to update your theme. You would need to be careful not to overwrite your changes.
+{{< /tip >}}
 
 Once set, jump over to the `config.toml` file and start [configuring](#configuration) your site.
 

--
Gitblit v1.10.0