Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Krophil
site-gala
Commits
47e6ea11
Commit
47e6ea11
authored
Sep 21, 2017
by
Victor
Browse files
suppr useless script
parent
56792a89
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/BaseBlog.html
View file @
47e6ea11
...
...
@@ -10,14 +10,14 @@
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css"
integrity=
"sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M"
crossorigin=
"anonymous"
>
<link
href=
"https://fonts.googleapis.com/css?family=Lato"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"https://fonts.googleapis.com/css?family=Montserrat"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"{% static "
blog
/
css
/
style.css
"
%}"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
href=
"{% static "
blog
/
css
/
font-awesome.css
"
%}"
>
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity=
"sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"
integrity=
"sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
crossorigin=
"anonymous"
></script>
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js"
integrity=
"sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1"
crossorigin=
"anonymous"
></script>
<script
src=
"{% static "
blog
/
js
/
countdown.js
"
%}"
></script>
</head>
...
...
@@ -29,30 +29,5 @@
{% include "blog/footer.html" %}
<script>
$
(
document
).
ready
(
function
(){
// Initialize Tooltip
$
(
'
[data-toggle="tooltip"]
'
).
tooltip
();
// Add smooth scrolling to all links in navbar + footer link
$
(
"
.navbar a, footer a[href='#myPage']
"
).
on
(
'
click
'
,
function
(
event
)
{
// Make sure this.hash has a value before overriding default behavior
if
(
this
.
hash
!==
""
)
{
// Prevent default anchor click behavior
event
.
preventDefault
();
// Store hash
var
hash
=
this
.
hash
;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (900) specifies the number of milliseconds it takes to scroll to the specified area
$
(
'
html, body
'
).
animate
({
scrollTop
:
$
(
hash
).
offset
().
top
},
900
,
function
(){
// Add hash (#) to URL when done scrolling (default click behavior)
window
.
location
.
hash
=
hash
;
});
}
// End if
});
})
</script>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment