Skip to content

Commit

Permalink
Added 'generator' meta-tag to main layout 'head' partial (#6397)
Browse files Browse the repository at this point in the history
* Added 'generator' meta-tag to main layout 'head' partial

* cleanup

Add JS lock files to gitignore

Remove package-lock.json

---------

Co-authored-by: Daniel Pierce <[email protected]>
  • Loading branch information
paulwalk and dlpierce authored Nov 2, 2023
1 parent c4cb029 commit 5eeb009
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
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

0 comments on commit 5eeb009

Please sign in to comment.