Skip to content

Commit a11836e

Browse files
authored
Merge pull request #58 from IUBLibTech/IULRDC-162_RDC_minor_site_updates
IULRDC-162 add favicon and update gitignore file
2 parents 4df6a99 + 2f4a3b8 commit a11836e

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# or operating system, you probably want to add a global ignore instead:
55
# git config --global core.excludesfile '~/.gitignore_global'
66

7+
# Ignore vendor files
8+
/vendor
9+
710
# Ignore bundler config.
811
/.bundle
912

app/views/_masthead.html.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<header aria-label="header" class="top-header">
2-
<!-- link rel="icon" href="favicon.ico" type="image/ico"/ -->
32
<nav id="masthead" class="navbar navbar-expand-lg justify-content-between <%= placement_class %>" role="navigation" aria-label="masthead">
43
<div class="rvt-header-global">
54
<div class="rvt-container-xl">

app/views/layouts/application.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
1010
<%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %>
11+
<%= favicon_link_tag %>
1112
</head>
1213

1314
<body>

0 commit comments

Comments
 (0)