From 5fb7777d920475003843a6e51aa999ed93b4acdd Mon Sep 17 00:00:00 2001 From: KZacharski Date: Sat, 26 Aug 2023 20:59:43 +0200 Subject: [PATCH] fix "open on github" links taking a whole line --- docs/docs/installation.html | 2 +- docs/docs/introduction.html | 2 +- docs/docs/style.css | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/installation.html b/docs/docs/installation.html index 4b5afd3..1fb3df1 100644 --- a/docs/docs/installation.html +++ b/docs/docs/installation.html @@ -17,7 +17,7 @@

Installation

-

Last edited: 26 August 2023Open on GitHub

+

Last edited: 26 August 2023
Open on GitHub

地基 (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).

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.

Downloading diji

diff --git a/docs/docs/introduction.html b/docs/docs/introduction.html index 85f728c..36db52b 100644 --- a/docs/docs/introduction.html +++ b/docs/docs/introduction.html @@ -17,7 +17,7 @@

Introduction

-

Last edited: 26 August 2023Open on GitHub

+

Last edited: 26 August 2023
Open on GitHub

地基 (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).

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.

Downloading diji

diff --git a/docs/docs/style.css b/docs/docs/style.css index 143da86..5abed34 100644 --- a/docs/docs/style.css +++ b/docs/docs/style.css @@ -368,8 +368,8 @@ flex-direction: column; .linkeffect:hover { opacity: 0.6; -} .ghlink { - display: block; -} .iafc { +}/* .ghlink { + +}*/ .iafc { padding-bottom: 30px; } \ No newline at end of file