fix "open on github" links taking a whole line

This commit is contained in:
KZacharski 2023-08-26 20:59:43 +02:00
parent 164aadb05a
commit 5fb7777d92
3 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
<div class="content">
<div class="anotherfuckingcontainer iafc">
<h1 class="t1">Installation</h1>
<h3 class="t2">Last edited: 26 August 2023<a href="https://github.com/KZacharski/diji/blob/github-files/docs/docs/installation.html" class="linkeffect ghlink">Open on GitHub</a></h3>
<h3 class="t2">Last edited: 26 August 2023<br><a href="https://github.com/KZacharski/diji/blob/github-files/docs/docs/installation.html" class="linkeffect ghlink">Open on GitHub</a></h3>
<p> 地基 (Dìjī) means foundation in Chinese. That's what diji is, just the foundation. It's not a framework, it's not even a static website generator. It's just a simple program that makes it quicker and easier to start a vanilla project. diji is an open source project written in go. Currently it can create a customized html boilerplate, CSS and JS files, insert sample content on the website, initialize a git repo and set up a gitignore file as well as add a favicon to the website (the user can change the default favicon in diji's config folder).</p>
<p>diji currently works on Linux, macOS and Windows, supporting both amd64/i386 and arm64/arm architectures (except for macOS because it doesn't currently support any 32-bit architectures). It's also possible to run it on other operating systems/architectures by building it from source which thanks to it being written in golang is very easy.</p>
<h3>Downloading diji</h3>

View File

@ -17,7 +17,7 @@
<div class="content">
<div class="anotherfuckingcontainer iafc">
<h1 class="t1">Introduction</h1>
<h3 class="t2">Last edited: 26 August 2023<a href="https://github.com/KZacharski/diji/blob/github-files/docs/docs/introduction.html" class="linkeffect ghlink">Open on GitHub</a></h3>
<h3 class="t2">Last edited: 26 August 2023<br><a href="https://github.com/KZacharski/diji/blob/github-files/docs/docs/introduction.html" class="linkeffect ghlink">Open on GitHub</a></h3>
<p> 地基 (Dìjī) means foundation in Chinese. That's what diji is, just the foundation. It's not a framework, it's not even a static website generator. It's just a simple program that makes it quicker and easier to start a vanilla project. diji is an open source project written in go. Currently it can create a customized html boilerplate, CSS and JS files, insert sample content on the website, initialize a git repo and set up a gitignore file as well as add a favicon to the website (the user can change the default favicon in diji's config folder).</p>
<p>diji currently works on Linux, macOS and Windows, supporting both amd64/i386 and arm64/arm architectures (except for macOS because it doesn't currently support any 32-bit architectures). It's also possible to run it on other operating systems/architectures by building it from source which thanks to it being written in golang is very easy.</p>
<h3>Downloading diji</h3>

View File

@ -368,8 +368,8 @@ flex-direction: column;
.linkeffect:hover {
opacity: 0.6;
} .ghlink {
display: block;
} .iafc {
}/* .ghlink {
}*/ .iafc {
padding-bottom: 30px;
}