Adding <link> references

You have to do that through a custom theme. Maybe you already have one? If not, follow Manton’s instructions here. Then:

  1. Follow this link or go to DesignEdit Custom Themes.

  2. Click on your custom theme.

  3. Click on the template containing the <head> section. Probably layouts/partials/head.html.

  4. Add your <link> element to the template. <link rel="me" href="https://example/yourhandle" />

  5. Press Update Template, wait for your site to rebuild, and celebrate. :tada:

1 Like