Skip to content

Commit

Permalink
#113 new site
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 13, 2022
1 parent 287e841 commit b4197dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/site/site.xml
Expand Up @@ -32,20 +32,20 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<skin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-skin</artifactId>
<version>1.5.1</version>
<version>1.7.1</version>
</skin>
<bannerLeft>
<name>jcabi</name>
<src>http://img.jcabi.com/logo-square.svg</src>
<href>http://www.jcabi.com/</href>
<src>https://www.jcabi.com/logo-square.svg</src>
<href>https://www.jcabi.com/</href>
<width>64</width>
<height>64</height>
</bannerLeft>
<googleAnalyticsAccountId>UA-1963507-23</googleAnalyticsAccountId>
<body>
<head>
<link href="http://img.jcabi.com/favicon.ico" rel="shortcut icon"/>
<link href="https://plus.google.com/u/0/114792568016408327418?rel=author" rel="author"/>
&lt;link href="http://img.jcabi.com/favicon.ico" rel="shortcut icon"/&gt;
&lt;link href="https://plus.google.com/u/0/114792568016408327418?rel=author" rel="author"/&gt;
</head>
<menu name="Overview">
<item name="Introduction" href="./index.html"/>
Expand Down

0 comments on commit b4197dd

Please sign in to comment.