-
Notifications
You must be signed in to change notification settings - Fork 568
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added HeadContent property to Site and replaced Meta property on Page…
… with HeadContent property.
- Loading branch information
Showing
10 changed files
with
359 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
8d2f644
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sbwalker is there going to be a similar implementation for the BodyContent and is that where we can put our Google Analytics Script tag ... it seems that the HeadContent doesn't support Script tags
Also, keep in mind that Googles suggests that the Google Analytics tag should go between the Head and Body Tags
8d2f644
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vnetonline correct, this is not complete yet. A few other comments:
8d2f644
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sbwalker thanks for your insights .... seems I have a lot to learn about Oqtane and Blazor architecture