fix: community template quickstart
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<defs><style><%%= fonts %></style></defs>
|
||||
<style data-optimizable="true"><%%= style %></style>
|
||||
<style><%= extras.css %></style>
|
||||
<style><%%= extras.css %></style>
|
||||
|
||||
<foreignObject x="0" y="0" width="100%" height="100%">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
|
Before Width: | Height: | Size: 597 B After Width: | Height: | Size: 598 B |
@@ -1,5 +1,3 @@
|
||||
[
|
||||
"base.header",
|
||||
"base.activity+community",
|
||||
"base.repositories"
|
||||
"hello"
|
||||
]
|
||||
16
.github/scripts/quickstart/template/partials/hello.ejs
vendored
Normal file
16
.github/scripts/quickstart/template/partials/hello.ejs
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<section>
|
||||
<h2 class="field">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path d="M11.134 1.535c.7-.509 1.416-.942 2.076-1.155.649-.21 1.463-.267 2.069.34.603.601.568 1.411.368 2.07-.202.668-.624 1.39-1.125 2.096-1.011 1.424-2.496 2.987-3.775 4.249-1.098 1.084-2.132 1.839-3.04 2.3a3.744 3.744 0 0 1-1.055 3.217c-.431.431-1.065.691-1.657.861-.614.177-1.294.287-1.914.357A21.151 21.151 0 0 1 .797 16H.743l.007-.75H.749L.742 16a.75.75 0 0 1-.743-.742l.743-.008-.742.007v-.054a21.25 21.25 0 0 1 .13-2.284c.067-.647.187-1.287.358-1.914.17-.591.43-1.226.86-1.657a3.746 3.746 0 0 1 3.227-1.054c.466-.893 1.225-1.907 2.314-2.982 1.271-1.255 2.833-2.75 4.245-3.777ZM1.62 13.089c-.051.464-.086.929-.104 1.395.466-.018.932-.053 1.396-.104a10.511 10.511 0 0 0 1.668-.309c.526-.151.856-.325 1.011-.48a2.25 2.25 0 1 0-3.182-3.182c-.155.155-.329.485-.48 1.01a10.515 10.515 0 0 0-.309 1.67Zm10.396-10.34c-1.224.89-2.605 2.189-3.822 3.384l1.718 1.718c1.21-1.205 2.51-2.597 3.387-3.833.47-.662.78-1.227.912-1.662.134-.444.032-.551.009-.575h-.001V1.78c-.014-.014-.113-.113-.548.027-.432.14-.995.462-1.655.942Zm-4.832 7.266-.001.001a9.859 9.859 0 0 0 1.63-1.142L7.155 7.216a9.7 9.7 0 0 0-1.161 1.607c.482.302.889.71 1.19 1.192Z"></path></svg>
|
||||
Community templates
|
||||
</h2>
|
||||
<div style="margin: 0px 12px">
|
||||
<p>
|
||||
Use HTML tags, CSS styles and EJS templates to customize this template.
|
||||
Any data fetched and exposed by plugins can be displayed here.
|
||||
</p>
|
||||
<p>
|
||||
For example, to display user's login, use <code><%%= "<"+"%"+"=" %> user.login <%%= "%"+">" %></code>,
|
||||
which will be rendered as <code><%%= user.login %></code>.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user