Migrated from @blog -> @site
[editorial.git] / post.hbs
index 235749c21113790b0f2d998313b1d50957d27a58..a0452715a1191eedb97f1c03e1c9c38ac6ff30c4 100644 (file)
--- a/post.hbs
+++ b/post.hbs
@@ -25,7 +25,7 @@ into the {body} of the default.hbs template --}}
     {{!-- Email subscribe form at the bottom of the page --}}
     {{#if @labs.subscribers}}
     <section class="subscribe-form">
-        <h3 class="subscribe-form-title">Subscribe to {{@blog.title}}</h3>
+        <h3 class="subscribe-form-title">Subscribe to {{@site.title}}</h3>
         <p>Get the latest posts delivered right to your inbox</p>
         {{subscribe_form placeholder="youremail@example.com"}}
     </section>
@@ -72,4 +72,4 @@ into the {body} of the default.hbs template --}}
         var ratio = width / height;
         container.style.flex = ratio + ' 1 0%';
     })
-</script>
\ No newline at end of file
+</script>