Skip to content

Commit

Permalink
Fix link to github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangmm committed Jul 8, 2020
1 parent 10b6d7d commit 0098b66
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,9 @@
</paper-listbox>
</paper-menu-button>
</pb-restricted>
<a href="https://github.com/eeditiones/eebo" title="View code on GitHub" class="gitlab">
<img src="resources/images/github.svg" />
</a>
<!-- Search input -->
<pb-search action="${app}/search.html" data-template="pages:parse-params" value="${query}" redirect="redirect"/>

Expand Down
4 changes: 2 additions & 2 deletions modules/config.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ declare namespace tei="http://www.tei-c.org/ns/1.0";
: If a version is given, the components will be loaded from a public CDN.
: This is recommended unless you develop your own components.
:)
declare variable $config:webcomponents :="0.9.33";
declare variable $config:webcomponents :="1.0.2";

(:~
: CDN URL to use for loading webcomponents. Could be changed if you created your
Expand Down Expand Up @@ -215,7 +215,7 @@ declare variable $config:fop-config :=
: arguments.
:)
declare variable $config:tex-command := function($file) {
( "/usr/local/bin/pdflatex", "-interaction=nonstopmode", $file )
( "/usr/bin/pdflatex", "-interaction=nonstopmode", $file )
};

(:
Expand Down
4 changes: 2 additions & 2 deletions repo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<prepare>pre-install.xql</prepare>
<finish>post-install.xql</finish>
<target>eebo</target>
<permissions user="eebo" group="tei" mode="rw-r--r--"/>
<deployed>2020-05-27T10:31:28.513+02:00</deployed>
<permissions user="eebo" group="tei" password="eebo" mode="rw-r--r--"/>
<deployed>2020-05-27T10:31:28.513+02:00</deployed>
</meta>
2 changes: 1 addition & 1 deletion resources/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ app-drawer-layout:not([narrow]) [drawer-toggle] {

.menubar .gitlab img {
background-size: 100% 100%;
height: 40px;
height: 32px;
}

.menubar pb-login {}
Expand Down
3 changes: 3 additions & 0 deletions resources/images/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions templates/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
</pb-restricted>
</pb-media-query>

<a href="https://github.com/eeditiones/eebo" title="View code on GitHub" class="gitlab">
<img src="resources/images/github.svg" />
</a>
<!-- Search input -->
<pb-search action="${app}/search.html" data-template="pages:parse-params" value="${query}" redirect="redirect"/>
<pb-media-query query="min-width: 1024px">
Expand Down

0 comments on commit 0098b66

Please sign in to comment.