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

github.com/samrobbins85/hugo-developer-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Robbins <samrobbinsgb@gmail.com>2020-06-09 13:02:05 +0300
committerSam Robbins <samrobbinsgb@gmail.com>2020-06-09 13:02:05 +0300
commitf29fc41d6be98b735a3a8b7117822ed2fd534a51 (patch)
treeba1eef758d459f6d1c733a7f95a4037d3a4caddf /layouts
parent3d076ccd24f84349aa018957fadd8cbc0943b703 (diff)
Incorrect config
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 62d3dfa..6a77498 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -37,7 +37,7 @@
<script src="{{ .URL | absURL }}"></script>
{{ end }}
<script type="text/javascript">
- var cl = cloudinary.Cloudinary.new({cloud_name: "demo"});
+ var cl = cloudinary.Cloudinary.new({cloud_name: "samrobbins"});
// replace 'demo' with your cloud name in the line above
cl.responsive();
</script> \ No newline at end of file