# Theme Options

This template allows you to customize some options directly in the layout.

### Default Thumbnail&#x20;

Access your blog **Layout** > and click on the **Edit Icon** > in the **Theme Options** > **Default Thumbnail** gadget.

**Example:**

<figure><img src="https://content.gitbook.com/content/JoVhnsLwgc7ylgaqw6Gd/blobs/rlEyXnba8voFqaaKkBGP/image.png" alt="Default thumbnail" width="553"><figcaption></figcaption></figure>

{% hint style="info" %}
INFO: This image will be displayed for posts that don’t have an image or youtube video.&#x20;
{% endhint %}

### JSON Variables

Access your blog **Layout** > and click on the **Edit Icon** > in the **Theme Options** > **JSON Variables** gadget.

```json
{
    translate: {
        pageOf: "Page {page} of {pages}",
        prevMsg: "Previous",
        nextMsg: "Next"
    }
}
```

pageOf: default is `Page {page} of {pages}`&#x20;

prevMsg: default is `Previous`&#x20;

nextMsg: default is `Next`

**Example:**

<figure><img src="https://content.gitbook.com/content/JoVhnsLwgc7ylgaqw6Gd/blobs/drdIrg4MIFBNZ9H4QkFp/image.png" alt="JSON Variables" width="449"><figcaption></figcaption></figure>

{% hint style="info" %}
INFO: Use this feature to define a custom translation for Content Pagination (Post Split).
{% endhint %}
