Skip to content

Commit f741e0e

Browse files
authored
It once had Job in the title, but doesn't anymore (#843)
1 parent bc4b1c9 commit f741e0e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/_data/site.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
{
3-
"title": "Front-end Job Interview Questions",
3+
"title": "Front-end Developer Interview Questions",
44
"url": "https://h5bp.org/Front-end-Developer-Interview-Questions/",
55
"description": "A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.",
66
"keywords": "front-end, interview questions, css questions, js questions, html questions, performance questions, interview test",

src/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rtl: false
77

88
{% block pageTop %}
99
<main class="header">
10-
<iframe title="GitHub stars for Front-end Job Interview Questions" src="https://ghbtns.com/github-btn.html?user=h5bp&repo=Front-end-Developer-Interview-Questions&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe><br>
10+
<iframe title="GitHub stars for Front-end Developer Interview Questions" src="https://ghbtns.com/github-btn.html?user=h5bp&repo=Front-end-Developer-Interview-Questions&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe><br>
1111
<h1 class="header-big-title gradient1">{{ title }}</h1>
1212
<p class="header-big-description">
1313
A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore. <a href="{{ '/about/' | url }}">Read more about it here</a>. Better in your language? See one of our <a href="{{ '/translations/' | url }}">translations</a>.

src/translations/danish/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Front-end Job Interview Spørgsmål
2+
title: Front-end Developer Interview Spørgsmål
33
layout: layouts/page.njk
44
permalink: /translations/danish/index.html
55
lang: da
66
---
77

8-
# Front-end Job Interview Spørgsmål
8+
# Front-end Developer Interview Spørgsmål
99

1010
@version 1.0
1111

0 commit comments

Comments
 (0)