Skip to content

Commit 79959a7

Browse files
authored
Merge pull request #175 from jessebraham/fixes/html
Remove/replace occurrences of "stm32-rs" in the HTML templates
2 parents 848fe7a + 0ec579e commit 79959a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/html/index.template.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name=viewport content="width=device-width, initial-scale=1">
6-
<title>stm32-rs Device Coverage</title>
6+
<title>Device Coverage</title>
77
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
88
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
99
</head>
@@ -13,7 +13,7 @@
1313
<nav class="navbar navbar-inverse">
1414
<div class="container">
1515
<div class="navbar-header">
16-
<a class="navbar-brand active" href="#"">stm32-rs Device Coverage</a>
16+
<a class="navbar-brand active" href="#"">Device Coverage</a>
1717
</div>
1818
<div class="navbar-collapse collapse">
1919
<ul class="nav navbar-nav">

src/html/template.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<nav class="navbar navbar-inverse">
6868
<div class="container">
6969
<div class="navbar-header">
70-
<a class="navbar-brand" href="index.html">stm32-rs Device Coverage</a>
70+
<a class="navbar-brand" href="index.html">{{ device.name }} Device Coverage</a>
7171
</div>
7272
<div class="navbar-collapse collapse">
7373
<ul class="nav navbar-nav">

0 commit comments

Comments
 (0)