File tree Expand file tree Collapse file tree 7 files changed +11
-78
lines changed
themes/hello-friend/layouts Expand file tree Collapse file tree 7 files changed +11
-78
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ theme = "hello-friend"
44paginate = 5
55
66# # Hugo Built-in Features
7- googleAnalytics = " G-PJT4RV57V6"
7+ [services .googleAnalytics ]
8+ id = ' G-PJT4RV57V6'
89
910[params ]
1011 # dir name of your blog content (default is `content/posts`)
@@ -21,7 +22,7 @@ googleAnalytics = "G-PJT4RV57V6"
2122 title = " FrostCube"
2223 subtitle = " We make games"
2324 keywords = " "
24- copyright = " © 2024 FrostCube"
25+ copyright = " © 2025 FrostCube"
2526 menuMore = " Content"
2627 writtenBy = " Written by"
2728 readMore = " Read more"
@@ -45,10 +46,10 @@ googleAnalytics = "G-PJT4RV57V6"
4546 identifier = " about"
4647 name = " About"
4748 url = " /about"
48- [[languages .en .menu .main ]]
49- identifier = " privacy"
50- name = " Privacy Policy"
51- url = " /privacy-policy"
49+ # [[languages.en.menu.main]]
50+ # identifier = "privacy"
51+ # name = "Privacy Policy"
52+ # url = "/privacy-policy"
5253 # [[languages.en.menu.main]]
5354 # identifier = "showcase"
5455 # name = "Showcase"
Original file line number Diff line number Diff line change @@ -12,5 +12,3 @@ Current Contributors:
1212- [ Eversonian] ( https://mastodon.gamedev.place/@eversonian )
1313
1414Have something to say about about one of our apps? Then drop us a line! We would love to hear from you.
15-
16- You can email us at: support[ at] frostcube[ dot] com
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ Thank you for your support! Let us know what you think:
1818
1919## DOWNLOAD:
2020
21- [ ![ Download on Google Play ] ( /img/posts/en_google_play_download.png )] ( https://play.google.com/store/apps/details?id=org.frostcube.just21 )
21+ We apologise, this game is no longer available for download.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- {{ if .Site.GoogleAnalytics }}
1+ {{ if .Site.Config.Services. GoogleAnalytics.ID }}
22 <!-- Google Analytics -->
33 {{ template "_internal/google_analytics.html" . }}
44{{ end }}
Original file line number Diff line number Diff line change 2323 {{ end }}
2424 </ div >
2525
26- {{ if $.Site.GoogleAnalytics }}
26+ {{ if .Site.Config.Services.GoogleAnalytics.ID }}
27+ <!-- Google Analytics -->
2728 {{ template "_internal/google_analytics.html" . }}
2829 {{ end }}
2930 </ body >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments