analytics and navigation

drafts
Nick Dumas 5 months ago
parent 865b8f3808
commit 911e3cc6b0

@ -1,7 +1,7 @@
# -- Main Menu --
# The main menu is displayed in the header at the top of the page.
# Acceptable parameters are name, pageRef, page, url, title, weight.
#
#
# The simplest menu configuration is to provide:
# name = The name to be displayed for this menu link
# pageRef = The identifier of the page or section to link to
@ -10,10 +10,15 @@
# overridden by providing a weight value. The menu will then be
# ordered by weight from lowest to highest.
#[[main]]
# name = "Blog"
# pageRef = "posts"
# weight = 10
[[main]]
name = "Blog"
pageRef = "posts"
weight = 10
[[main]]
name = "About Me"
pageRef = "/about"
weight = 10
#[[main]]
# name = "Parent"

@ -0,0 +1 @@
<script defer data-domain="blog.ndumas.com" src="https://analytics.ndumas.com/js/script.js"></script>
Loading…
Cancel
Save