Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 'generator' meta-tag to main layout 'head' partial #6397

Merged
merged 2 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Gemfile*.lock
fcrepo4-data
fcrepo4-test-data

## JS lock files
yarn.lock
package-lock.json

## MAC OS
.DS_Store

Expand Down
1 change: 1 addition & 0 deletions app/views/layouts/_head_tag_content.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ signed in %>
<!-- added for use on small devices like phones -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="resourcesync" href="<%= hyrax.capability_list_url %>" />
<meta name="generator" content="Samvera Hyrax <%= ::Hyrax::VERSION %>" />

<!-- Twitter card metadata -->
<%= yield :twitter_meta %>
Expand Down