# Basic usage - Live reload

**URL:** https://discourse.gohugo.io/t/basic-usage-live-reload/37950
**Category:** dev
**Created:** [March 30, 2022, 8:33pm UTC](https://discourse.gohugo.io/t/basic-usage-live-reload/37950 "2022-03-30T20:33:56Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![tut](https://avatars.discourse-cdn.com/v4/letter/t/e95f7d/32.png) [@tut](https://discourse.gohugo.io/u/tut)
#### Post date: [March 30, 2022, 8:33pm UTC](https://discourse.gohugo.io/t/basic-usage-live-reload/37950/1 "2022-03-30T20:33:56Z")

</div>

[Livereload](https://gohugo.io/getting-started/usage/#livereload):

```auto
Hugo injects the LiveReload `<script>` before the closing `</body>` in your templates and will therefore not work if this tag is not present.

```

It appears just after the `<head>` tag locally.

 ![Screenshot_1](https://canada1.discourse-cdn.com/flex036/uploads/gohugo/original/3X/d/3/d30b2027cb909ab99a3726bea66f64488668434f.jpeg)

---

<div class="post-metadata">

### Author: ![pamubay](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/pamubay/32/17838_2.png) [@pamubay](https://discourse.gohugo.io/u/pamubay)
#### Post date: [March 31, 2022, 1:22am UTC](https://discourse.gohugo.io/t/basic-usage-live-reload/37950/2 "2022-03-31T01:22:05Z")

</div>

if Hugo found plain `<head>` without any attributes, it will inject **after** `<head>`.

if the head has attributes i.e. `<head data-random="anything">`, Hugo will inject **before** `</body>`

Source:

> <https://github.com/gohugoio/hugo/blob/3d5dbdcb1a11b059fc2f93ed6fadb9009bf72673/transform/livereloadinject/livereloadinject.go>

---

<div class="post-metadata">

### Author: ![tut](https://avatars.discourse-cdn.com/v4/letter/t/e95f7d/32.png) [@tut](https://discourse.gohugo.io/u/tut)
#### Post date: [March 31, 2022, 1:53am UTC](https://discourse.gohugo.io/t/basic-usage-live-reload/37950/3 "2022-03-31T01:53:37Z")

</div>

Okay. Documentation is outdated then.

---

<div class="post-metadata">

### Author: ![system](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/system/32/1_2.png) [@system](https://discourse.gohugo.io/u/system)
#### Post date: [April 2, 2022, 1:54am UTC](https://discourse.gohugo.io/t/basic-usage-live-reload/37950/4 "2022-04-02T01:54:21Z")

</div>

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.
