Skip to content

Commit

Permalink
feat: remove text-browser-message (#89)
Browse files Browse the repository at this point in the history
current page layout is enough to access articles
  • Loading branch information
knokmki612 authored Jan 8, 2022
1 parent c715bc7 commit 530016b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions assets/style/components/_text-browser-message.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
@import "components/_site-main";
@import "components/_site-footer-menu";
@import "components/_site-footer";
@import "components/_text-browser-message";
@import "components/_search-form";
@import "components/_menu-section";
@import "components/_pagination-list";
Expand Down
2 changes: 0 additions & 2 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@
<div class="inner">
<h1><a href="{{ "/" | relURL }}">{{ .Site.Title }}</a></h1>
<p>{{ .Site.Params.Description }}</p>
<p class="text-browser-message"><a href="#main">{{ i18n "JumpToMain" }}</a></p>
</div>
</header>
<nav class="site-header-menu">
{{ partial "header-menu.html" . -}}
</nav>
<main class="site-main">
<hr id="main" class="text-browser-message">
{{ block "main" . -}}
{{ end -}}
</main>
Expand Down

0 comments on commit 530016b

Please sign in to comment.