Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
|
b6955bf294 | ||
|
5d652b296b | ||
|
d58c448295 | ||
|
e544c14967 |
1 changed files with 7 additions and 3 deletions
|
@ -177,7 +177,6 @@
|
|||
{% if request.user.is_authenticated and request.profile.user_script and not request.user.is_impersonate %}
|
||||
<script type="text/javascript">{{ request.profile.user_script|safe }}</script>
|
||||
{% endif %}
|
||||
|
||||
<noscript>
|
||||
<style>
|
||||
#content {
|
||||
|
@ -189,10 +188,15 @@
|
|||
}
|
||||
</style>
|
||||
</noscript>
|
||||
<style>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<script src="https://unpkg.com/magic-snowflakes/dist/snowflakes.min.js"></script>
|
||||
<script>
|
||||
var snowflakes = new Snowflakes({
|
||||
speed: 0.3,
|
||||
count: 20,
|
||||
});
|
||||
</script>
|
||||
<svg width="0" height="0" style="display: block">
|
||||
<defs>
|
||||
<clipPath id="rating-clip"><circle cx="8" cy="8" r="7"/></clipPath>
|
||||
|
|
Loading…
Reference in a new issue