mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 04:12:06 +01:00
Tweaks to layout
This commit is contained in:
parent
1bb015d10f
commit
fb5f039991
1 changed files with 6 additions and 8 deletions
|
@ -17,7 +17,6 @@ src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper" style="width: 1060px">
|
<div class="wrapper" style="width: 1060px">
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
|
||||||
{% if site.logo %}
|
{% if site.logo %}
|
||||||
<img src="{{site.logo | relative_url}}" alt="Logo" />
|
<img src="{{site.logo | relative_url}}" alt="Logo" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -26,14 +25,13 @@ src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
|
|
||||||
<a href="https://pgpainless.org">Home</a>
|
<a href="https://pgpainless.org">Home</a>
|
||||||
<br>
|
<br>
|
||||||
<a
|
<a href="https://search.maven.org/search?q=g:org.pgpainless%20AND%20a:pgpainless-core&core=gav">Releases</a>
|
||||||
href="https://search.maven.org/search?q=g:org.pgpainless%20AND%20a:pgpainless-core&core=gav">Releases</a>
|
<br>
|
||||||
<br>
|
<a href="https://pgpainless.rtfd.io">Documentation</a>
|
||||||
<a
|
|
||||||
href=" https://javadoc.io/doc/org.pgpainless ">Javadoc</a>
|
|
||||||
<br>
|
<br>
|
||||||
<a
|
<a href=" https://javadoc.io/doc/org.pgpainless ">Javadoc</a>
|
||||||
href="https://coveralls.io/github/pgpainless/pgpainless">Coverage</a>
|
<br>
|
||||||
|
<a href="https://coveralls.io/github/pgpainless/pgpainless">Coverage</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue