diff options
| author | Jamal Carvalho <jamal@golang.org> | 2021-08-23 15:07:08 +0000 |
|---|---|---|
| committer | Jamal Carvalho <jamal@golang.org> | 2021-08-23 16:35:44 +0000 |
| commit | 59e975dd098d6982fdd2c2da106c4156298a3edc (patch) | |
| tree | d6d42afafa290197b7db641965b46bedcc707056 /devtools/cmd/css | |
| parent | 07935a57c7d0cadc19315c035ede89221587a0a5 (diff) | |
| download | go-x-pkgsite-59e975dd098d6982fdd2c2da106c4156298a3edc.tar.xz | |
devtools,static: move generated readme styles to unit directory
Change-Id: Iaad83f816f3080fce9a689de8a0f726b5c08cacd
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/344395
Trust: Jamal Carvalho <jamal@golang.org>
Run-TryBot: Jamal Carvalho <jamal@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Julie Qiu <julie@golang.org>
Diffstat (limited to 'devtools/cmd/css')
| -rw-r--r-- | devtools/cmd/css/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/cmd/css/main.go b/devtools/cmd/css/main.go index f2de24c9..53e517a6 100644 --- a/devtools/cmd/css/main.go +++ b/devtools/cmd/css/main.go @@ -24,7 +24,7 @@ import ( ) const ( - cssFile = "content/static/css/readme.css" + cssFile = "static/frontend/unit/main/_readme_gen.css" githubStylesheet = "https://raw.githubusercontent.com/sindresorhus/github-markdown-css/gh-pages/github-markdown.css" githubREADMEClass = ".markdown-body" discoveryREADMEClass = ".Overview-readmeContent" |
